Table of Contents

Class DCReference

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

Represents a DataClass reference to Workflow definition

public class DCReference

Inheritance

objectDCReference

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

Guid

DCName

Gets or sets the DC name.

public string DCName { get; set; }

Property Value

string

DisableTrackingDOReference

public bool DisableTrackingDOReference { get; set; }

Property Value

bool

IsMulti

Gets or sets a value indicating whether the DC is multi.

public bool IsMulti { get; set; }

Property Value

bool