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

Describes the Data Type of a Custom DataField on an Occurrence Report.

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

Syntax

C#
public enum DataFieldType

Members

Member nameValueDescription
Unknown0 Unknown
String1 A string
Numeric2 A decimal numeric value.
Date3 A Date and Time (nullable)
Boolean4 True or False
FixedList5 A list of Values
ListReference6 A Reference List

See Also