[This is preliminary documentation and is subject to change.]
The Status of a NonConformance record.
Namespace:
QPulseWebServices.Contracts.DataAssembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.2.15
Syntax
| C# |
|---|
public enum NonConformanceStatusQueryCriteria |
Members
| Member name | Description | |
|---|---|---|
| Any |
Return NonConformance records of Any Status. i.e. include all NonConformance records in the search
| |
| Open |
Return only NonConformance records that are open
| |
| Closed |
Return only NonConformance records that have been closed
| |
| Pending |
Return only NonConformance records that are pending
|