[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.100.591.48
Syntax
| C# |
|---|
public enum OccurrenceStatusQueryCriteria |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Any | 0 | Return Occurrences of Any StatusName. i.e. include all occurrences in the search | |
| Accepted | 1 | Return only Occurrences that have been accepted | |
| New | 2 | Return only Occurrences that are newly raised. | |
| Rejected | 3 | Return only occurrences that have been rejected. |