Data Type |
Description |
Any
|
Generic datatype that may contain any kind of data. |
Boolean
|
Boolean value. |
Collection
|
Collection of name-value pairs. |
DataTable
|
Multi-valued data in the form of a two dimensional table. |
DateTime
|
Date and/or time value. |
Enum
|
Numeric value taken from a predefined list of possible values. |
Float
|
Numeric double-precision floating point value. |
Integer
|
32-bit numeric integer (non-fractional) value. |
Locator
|
Reference to other content. |
String
|
String of characters. |
Xml
|
Xml object. |