FieldType Data Type

This is the abstract superclass of all FieldTypes.

Abstract Type
Subtypes
DateTimeFieldType, EnumFieldType, LookupFieldType, BooleanFieldType, CurrencyFieldType, XmlFieldType, CounterFieldType, FloatFieldType, IntegerFieldType, EnumListFieldType, StringFieldType, DateFieldType, LookupListFieldType, BinaryFieldType, ListFieldType, TimeFieldType
Properties
name data type description
typeName FieldTypeEnum Returns the name of this FieldType.

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "typeName" : "ENUMLIST"
}