Class CreateCaseStatus
- Namespace
- Shift.Contract
- Assembly
- Shift.Sdk.dll
public class CreateCaseStatus
- Inheritance
-
CreateCaseStatus
- Inherited Members
-
- Extension Methods
-
Constructors
CreateCaseStatus()
public CreateCaseStatus()
Properties
CaseType
public string CaseType { get; set; }
Property Value
- string
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
StatusName
public string StatusName { get; set; }
Property Value
- string
StatusSequence
public int StatusSequence { get; set; }
Property Value
- int