See: Description
Class | Description |
---|---|
BooleanFieldDesc |
Field Descriptor for a Boolean field.
|
DataTemplate |
Provides field descriptions and formats for data structure elements.
|
EnumFieldDesc |
Field description for data fields which have a limited range of values.
|
FieldCleaner |
This class is a set of utility methods for cleaning text fields in a set of
DataRecords.
|
FieldDesc<T> |
Description of a field of a DataTemplate or other class.
|
GeoFieldDesc |
Field description for data fields which have geographic coordinates
|
IntFieldDesc |
Field description for integer data fields.
|
LocationFieldDesc |
Field description for data fields which represent locations.
|
LongFieldDesc |
Field description for Long data fields.
|
MeasureFieldDesc |
Field description for fields representing measurements.
|
NumericFieldDesc |
More lenient version of an Integer Field Descriptor which can accept
cardinal and mixed number formats.
|
TextFieldDesc |
Field description for Strings.
|
TimeFieldDesc |
Field description for a Time field.
|
TokenFieldDesc |
Field description for short, tokenizable strings.
|
UrlFieldDesc |
Field Descriptor for URLs.
|
Provides a set of classes used to represent, parse, and store fields of information.