Table of Contents

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

string

OrganizationIdentifier

public Guid OrganizationIdentifier { get; set; }

Property Value

Guid

ReportCategory

public string ReportCategory { get; set; }

Property Value

string

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

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