Class Case
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public class Case : Entity, IIdentity
Inheritance
Derived
Implements
IIdentity
Inherited Members
Entity.GetResourceName(), Entity.Id, Entity.Version, Entity.CreatedBy, Entity.CreatedAt, Entity.ModifiedBy, Entity.ModifiedAt, 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<Case>(Case)
Constructors
Case()
public Case()
Properties
CaseCreationWorkflowId
public Guid CaseCreationWorkflowId { get; set; }
Property Value
FromWorkflowDefinitionId
public Guid FromWorkflowDefinitionId { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
ProcessId
public Guid ProcessId { get; set; }
Property Value
State
public virtual CaseState State { get; set; }