[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.0.590.81

Syntax

C#
public enum OccurrenceStatusQueryCriteria

Members

Member nameDescription
Any
Return Occurrences of Any StatusName. i.e. include all occurrences in the search
Accepted
Return only Occurrences that have been accepted
New
Return only Occurrences that are newly raised.
Rejected
Return only occurrences that have been rejected.

See Also