Class DCReference
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
Represents a DataClass reference to Workflow definition
public class DCReference
Inheritance
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DCReference>(DCReference)
Constructors
DCReference()
public DCReference()
Properties
DCId
Gets or sets the DC ID.
public Guid DCId { get; set; }
Property Value
DCName
Gets or sets the DC name.
public string DCName { get; set; }
Property Value
DisableTrackingDOReference
public bool DisableTrackingDOReference { get; set; }
Property Value
IsMulti
Gets or sets a value indicating whether the DC is multi.
public bool IsMulti { get; set; }