Class TCaseStatus
- Namespace
- InSite.Application.Cases.Read
- Assembly
- Shift.Sdk.dll
public class TCaseStatus
- Inheritance
-
TCaseStatus
- Inherited Members
- Extension Methods
Constructors
TCaseStatus()
public TCaseStatus()
Properties
CaseType
public string CaseType { get; set; }
Property Value
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
ReportCategory
public string ReportCategory { get; set; }
Property Value
Remarks
Currently this property is not referenced by part of the user interface, and it is not used by any code within the platform. However, it is used by some customers (e.g., Inspire in the E06 partition) in queries and reports that they build to summarize cases. Perhaps it should be renamed Reporting Category in a future version so its name is more self-documenting.
StatusCategory
public string StatusCategory { get; set; }
Property Value
StatusDescription
public string StatusDescription { get; set; }
Property Value
StatusIdentifier
public Guid StatusIdentifier { get; set; }
Property Value
StatusName
public string StatusName { get; set; }
Property Value
StatusSequence
public int StatusSequence { get; set; }