Table of Contents

Class Case

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

public class Case : Entity, IIdentity

Inheritance

objectEntityCase

Derived

SingletonCase

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

Guid

FromWorkflowDefinitionId

public Guid FromWorkflowDefinitionId { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

ProcessId

public Guid ProcessId { get; set; }

Property Value

Guid

State

public virtual CaseState State { get; set; }

Property Value

CaseState