[This is preliminary documentation and is subject to change.]
An enumeration that describes the types of lists available.
Namespace: QPulseWebServices.Contracts.DataAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48
Syntax
| C# |
|---|
public enum ManagedListType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Person | 0 | A list of People | |
| Supplier | 1 | A list of Suppliers | |
| Department | 2 | A list of Departments | |
| Customer | 3 | A list of Customers | |
| Country | 4 | A list of Countries | |
| Asset | 5 | A list of Assets | |
| OccurrenceReportType | 6 | A list of occurrence report types. | |
| ReferenceList | 7 | A User Defined Custom list for the purposes of Occurrence/Incident Reporting. | |
| IncidentPriority | 8 | A list of priorities that can be assigned to an Incident. | |
| IncidentStatus | 9 | A list of status values that can be applied to an Incident. | |
| NonConformanceSource | 10 | A list of Source values that can be applied to a NonConformance record. | |
| NonConformanceStatus | 11 | A list of Status values that can be applied to a NonConformance record. | |
| NonConformanceSeverity | 12 | A list of Severity values that can be applied to a NonConformance record. | |
| AuditStatus | 13 | A list of Status values that can be applied to an Audit. | |
| AuditCalendarCategory | 14 | A list of Audit Categories that can be applied to an Audit. | |
| DocumentType | 15 | A list of the Document Types that can be applied to a Document. | |
| FolderCategory | 16 | A list of the Folder Categories. | |
| Location | 17 | A list of Locations. |