[This is preliminary documentation and is subject to change.]
The status of an Occurrence.
Namespace:
QPulseWebServices.Contracts.DataAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.580.15
Syntax
| C# |
|---|
public enum OccurrenceStatusQueryCriteria |
Members
| Member name | Description | |
|---|---|---|
| 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.
|