[This is preliminary documentation and is subject to change.]

The status of an Occurrence.

Namespace: QPulseWebServices.Contracts.Data
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48

Syntax

C#
public enum OccurrenceStatusQueryCriteria

Members

Member nameValueDescription
Any0 Return Occurrences of Any StatusName. i.e. include all occurrences in the search
Accepted1 Return only Occurrences that have been accepted
New2 Return only Occurrences that are newly raised.
Rejected3 Return only occurrences that have been rejected.

See Also