Class CaseStatusModel
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CaseStatusModel
- Inheritance
-
CaseStatusModel
- Inherited Members
-
- Extension Methods
-
Constructors
CaseStatusModel()
Properties
CaseType
public string CaseType { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
ReportCategory
public string ReportCategory { get; set; }
Property Value
- string
StatusCategory
public string StatusCategory { get; set; }
Property Value
- string
StatusDescription
public string StatusDescription { get; set; }
Property Value
- string
StatusIdentifier
public Guid StatusIdentifier { get; set; }
Property Value
- Guid
StatusName
public string StatusName { get; set; }
Property Value
- string
StatusSequence
public int StatusSequence { get; set; }
Property Value
- int