Class | Description |
---|---|
DOFArray |
Implementation of
DOFValue that supports both fixed- and variable-length arrays of other values. |
DOFArray.Type | |
DOFBlob |
Implementation of
DOFValue that supports binary large objects (blobs) of
fixed or variable length. |
DOFBlob.Type | |
DOFBoolean |
Implementation of
DOFValue that supports boolean values. |
DOFBoolean.Type |
Implementation of
DOFType that matches DOFBoolean . |
DOFDateTime |
Implementation of
DOFValue that supports date/time. |
DOFDateTime.Type |
Implementation of
DOFType that matches DOFDateTime . |
DOFFloat32 |
Implementation of
DOFValue that supports float values. |
DOFFloat32.Type |
Implementation of
DOFType that matches DOFFloat32 . |
DOFFloat64 |
Implementation of
DOFValue that supports double values. |
DOFFloat64.Type |
Implementation of
DOFType that matches DOFFloat64 . |
DOFGuid |
Implementation of
DOFValue that supports UUID. |
DOFGuid.Type | |
DOFInt16 |
Implementation of
DOFValue that supports 16-bit signed integers. |
DOFInt16.Type | |
DOFInt32 |
Implementation of
DOFValue that supports 32-bit signed integers. |
DOFInt32.Type | |
DOFInt64 |
Implementation of
DOFValue that supports 64-bit signed integers. |
DOFInt64.Type | |
DOFInt8 |
Implementation of
DOFValue that supports 8-bit signed integers. |
DOFInt8.Type | |
DOFString |
Implementation of
DOFValue that supports strings and encoded strings. |
DOFString.Type | |
DOFStructure |
Implementation of
DOFValue that supports both structures of other values. |
DOFStructure.Type |
Implementation of
DOFType that matches DOFStructure . |
DOFUInt16 |
Implementation of
DOFValue that supports 16-bit unsigned integers. |
DOFUInt16.Type | |
DOFUInt32 |
Implementation of
DOFValue that supports 32-bit unsigned integers. |
DOFUInt32.Type | |
DOFUInt64 |
Implementation of
DOFValue that supports 64-bit unsigned integers. |
DOFUInt64.Type | |
DOFUInt8 |
Implementation of
DOFValue that supports 8-bit unsigned integers. |
DOFUInt8.Type |