Table of Contents

Class CountCaseStatuses

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public class CountCaseStatuses : Query<int>, IQuery<int>, ICaseStatusCriteria
Inheritance
CountCaseStatuses
Implements
Inherited Members
Extension Methods

Constructors

CountCaseStatuses()

public CountCaseStatuses()

Properties

CaseTypeContains

public string CaseTypeContains { get; set; }

Property Value

string

CaseTypeExact

public string CaseTypeExact { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

ReportCategoryContains

public string ReportCategoryContains { get; set; }

Property Value

string

ReportCategoryExact

public string ReportCategoryExact { get; set; }

Property Value

string

StatusCategoryContains

public string StatusCategoryContains { get; set; }

Property Value

string

StatusCategoryExact

public string StatusCategoryExact { get; set; }

Property Value

string

StatusNameContains

public string StatusNameContains { get; set; }

Property Value

string

StatusNameExact

public string StatusNameExact { get; set; }

Property Value

string

StatusSequenceBefore

public int? StatusSequenceBefore { get; set; }

Property Value

int?

StatusSequenceSince

public int? StatusSequenceSince { get; set; }

Property Value

int?