[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.0.580.15
Syntax
| C# |
|---|
public enum DataFieldType |
Members
| Member name | Description | |
|---|---|---|
| Unknown |
Unknown
| |
| String |
A string
| |
| Numeric |
A decimal numeric value.
| |
| Date |
A Date and Time (nullable)
| |
| Boolean |
True or False
| |
| FixedList |
A list of Values
| |
| ListReference |
A Reference List
|