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

An enumeration that describes the types of lists available.

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

Syntax

C#
public enum ManagedListType

Members

Member nameValueDescription
Person0 A list of People
Supplier1 A list of Suppliers
Department2 A list of Departments
Customer3 A list of Customers
Country4 A list of Countries
Asset5 A list of Assets
OccurrenceReportType6 A list of occurrence report types.
ReferenceList7 A User Defined Custom list for the purposes of Occurrence/Incident Reporting.
IncidentPriority8 A list of priorities that can be assigned to an Incident.
IncidentStatus9 A list of status values that can be applied to an Incident.
NonConformanceSource10 A list of Source values that can be applied to a NonConformance record.
NonConformanceStatus11 A list of Status values that can be applied to a NonConformance record.
NonConformanceSeverity12 A list of Severity values that can be applied to a NonConformance record.
AuditStatus13 A list of Status values that can be applied to an Audit.
AuditCalendarCategory14 A list of Audit Categories that can be applied to an Audit.
DocumentType15 A list of the Document Types that can be applied to a Document.
FolderCategory16 A list of the Folder Categories.
Location17 A list of Locations.

See Also