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

The Status of a NonConformance record.

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

Syntax

C#
public enum NonConformanceStatusQueryCriteria

Members

Member nameValueDescription
Any0 Return NonConformance records of Any Status. i.e. include all NonConformance records in the search
Open1 Return only NonConformance records that are open
Closed2 Return only NonConformance records that have been closed
Pending3 Return only NonConformance records that are pending

See Also