FieldType Constructor | Initializes a new instance of the FieldType class. |
ConverterType | Type of converter to be used to edit the field |
DatabaseColumnName | Database column name of the field, to be used when persisting this type |
DefaultValue | Default value of the field |
DisplayerType | Type of displayer to be used to edit the field |
Hint | Hint information about the field |
Index | Index of the field, used to order the fields in display |
Label | Label of the field, to be used when editing this type |
Name | Name of the field type, used in the XML to give a tag name |
Required | Defines whether this field is required or not |
ValidationError | Text of the validation error message to be displayed |
Clone | |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetConverterExtension | Gets the extension XML from the value returned from the ConverterSelector |
GetConverterTypeName | Gets the name of the converter provided by the ConverterSelector |
GetDisplayerExtension | Gets the XML which represents the displayer extension |
GetDisplayerTypeName | Gets the type name of the displayer from the DisplayerSelector |
GetFormAdditionalInformation | Gets the additional information which is inserted in to the element which represents this field |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetSchemaXmlType | Gets the XmlSchemaSimpleType which represents this element |
GetSummary | Summary information about the field to be displayed in the list |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
FieldType Class | Ant.ContentEntry.EditContentTypes Namespace