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

Syntax

C#
public enum NonConformanceStatusQueryCriteria

Members

Member nameDescription
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

See Also