[This is preliminary documentation and is subject to change.]
Describes the Data Type of a Custom DataField on an Occurrence Report.
Namespace: QPulseWebServices.Contracts.DataAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48
Syntax
| C# |
|---|
public enum DataFieldType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | Unknown | |
| String | 1 | A string | |
| Numeric | 2 | A decimal numeric value. | |
| Date | 3 | A Date and Time (nullable) | |
| Boolean | 4 | True or False | |
| FixedList | 5 | A list of Values | |
| ListReference | 6 | A Reference List |