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

Syntax

C#
public enum ManagedListType

Members

Member nameDescription
Person
A list of People
Supplier
A list of Suppliers
Department
A list of Departments
Customer
A list of Customers
Country
A list of Countries
Asset
A list of Assets
OccurrenceReportType
A list of occurrence report types.
ReferenceList
A User Defined Custom list for the purposes of Occurrence/Incident Reporting.
IncidentPriority
A list of priorities that can be assigned to an Incident.
IncidentStatus
A list of status values that can be applied to an Incident.
NonConformanceSource
A list of Source values that can be applied to a NonConformance record.
NonConformanceStatus
A list of Status values that can be applied to a NonConformance record.
NonConformanceSeverity
A list of Severity values that can be applied to a NonConformance record.
AuditStatus
A list of Status values that can be applied to an Audit.
AuditCalendarCategory
A list of Audit Categories that can be applied to an Audit.
DocumentType
A list of the Document Types that can be applied to a Document.
FolderCategory
A list of the Folder Categories.

See Also