ContentDefinitionFieldBase overview
ContentDefinition | Gets the content definition which owns this field |
Converter | The converter used to define this type of field |
DatabaseColumnName | Gets the database column name where this field is to be stored |
Description | The longer description of the field |
DisplayName | The display name of the field (Language specific) |
EncryptionType | The encryption properties of the field |
FieldDisplayer | The displayer to provide the editing interface for the field |
FieldName | The name of the field |
GroupInformation | Returns definition for the group that is represented by this field |
Index | Index of the field, used to order the fields on a form |
IsGroup | Returns true if this field is a group |
IsKey | Gets flag representing whether this field is the primary key |
IsRequired | Gives the readonly properties of the field. |
Parent | Gets the ContentDefinition which contains this field |
ReadWrite | Gives the readonly properties of the field. |
ValidationError | Gives the validation string to show if an error occurs |
XmlFragment | The converter used to define this type of field |
XPath | Gets the XPath where this field is written to in the XML |
CompareTo | Compares this object to one of the same type, orders based on index |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
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. |
GetNewConverter | Overriden to provide a new converter of the correct type |
GetNewFieldDisplayer | Overriden to provide a new displayer of the correct type |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
databaseColumnName | The name of the database column to which this field is written, if null then just write to the XML record |
description | Description of the field in correct language |
displayName | Display name of the field, in correct language |
encryptionType | Encryption type of the field |
fieldName | Name of the field |
globalCheckerName | Name of the global checker |
groupInformation | Group information for this field, valid only if IsGroup is true |
groupPermissions | |
index | Index of the field |
isGroup | True if this field is represented by a group or repeat block |
isKey | Boolean representing whether this field is the key |
isRequired | This field is set to true if a form can not be submitted when it is true |
parent | ContentDefinition which contains this field |
readWrite | Read write of the field |
userPermissions | |
validationError | String to display when a validation error is encountered while editing a field of this type |
xmlFragment | Additional XML which is used to tweak behaviour |
xpath | XPath to which to read and write the value of the field |
ConverterChanged | |
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. |
ContentDefinitionFieldBase Class | Ant.ContentEntry Namespace