Click or drag to resize
FormFieldInfo Properties

The FormFieldInfo type exposes the following members.

Properties
  NameDescription
Public propertyAllowEmpty
Indicates whether field allow empty values.
(Inherited from FieldBaseFieldType.)
Public propertyAllowUserToChangeVisibility
Indicates whether user can change field visibility.
Public propertyCaption
Column caption.
(Inherited from FieldBaseFieldType.)
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainerParentObjectType.)
Public propertyDataType
Data type.
(Inherited from FieldBaseFieldType.)
Public propertyDefaultValue
Field default value.
(Inherited from FieldBaseFieldType.)
Public propertyDependsOnAnotherField
Gets or sets value indicating if field is depending on some other field.
Public propertyDisplayIn
Adjust the context in which the attribute can be displayed.
Public propertyDisplayInSimpleMode
Indicates whether to display field in simple mode of basicform or not.
Public propertyEnabled
Indicates whether field is Enabled.
Public propertyExternal
Indicates if field is external, if so it represents column from another table which is included in CMS_Tree_View_Joined (CMS_Document, CMS_Node, ...).
(Inherited from FieldBaseFieldType.)
Public propertyFieldMacroRules
List of field validation macro rules.
Public propertyFieldType
Type of the field.
Public propertyGuid
Field unique identifier.
(Inherited from FieldBaseFieldType.)
Public propertyHasDependingFields
Gets or sets value indicating if other fields are depending on this field.
Public propertyInheritable
Indicates whether field is inheritable (value is set as default value of parent FormFieldInfo, field is disabled if possible) or not.
Public propertyIsDummyField
Indicates that field has no representation in database.
(Inherited from FieldBaseFieldType.)
Public propertyIsDummyFieldFromMainForm
If true the field was added into the main form else it was added into the alt.form (expects IsDummyField property to be true).
(Inherited from FieldBaseFieldType.)
Public propertyIsExtraField
Indicates that field is extra field (field is not in original form definition).
(Inherited from FieldBaseFieldType.)
Public propertyIsInherited
If true, the field is inherited from parent class.
(Inherited from FieldBaseFieldType.)
Public propertyIsUnique
Indicates whether field is unique.
(Inherited from FieldBaseFieldType.)
Public propertyItem
Gets or sets the value of the column.
(Inherited from AbstractSimpleDataContainerTObject.)
Public propertyMappedToField
Indicates field to which this one is mapped.
Public propertyMaxDateTimeValue
Maximal datetime value.
Public propertyMaxStringLength
Maximal string length.
Public propertyMaxValue
Maximal value.
Public propertyMinDateTimeValue
Minimal datetime value.
Public propertyMinStringLength
Minimal string length.
Public propertyMinValue
Minimal value.
Public propertyName
Column name.
(Inherited from FieldBaseFieldType.)
Public propertyPrecision
Precision of the field
(Inherited from FieldBaseFieldType.)
Public propertyPrimaryKey
Indicates whether field is a primary key.
(Inherited from FieldBaseFieldType.)
Public propertyProperties
Properties of the field
(Inherited from FieldBaseFieldType.)
Public propertyPropertiesMacroTable
Macro table for the field properties.
(Inherited from FieldBaseFieldType.)
Public propertyPublicField
Indicates whether field is public.
Public propertyReferenceToObjectType
ObjectType to which the given field refers (for example as a foreign key).
(Inherited from FieldBaseFieldType.)
Public propertyReferenceType
Type of the reference (used only when ReferenceToObjectType is set).
(Inherited from FieldBaseFieldType.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.)
Public propertyRegularExpression
Regular expression.
Public propertySettings
Setting of the field form control [name] -> [value]
Public propertySettingsMacroTable
Macro table for the settings of the field form control
Public propertySize
Size of the field.
(Inherited from FieldBaseFieldType.)
Public propertySpellCheck
Indicates whether field should be spell-checked.
Public propertySystem
Indicates if field is a system field.
(Inherited from FieldBaseFieldType.)
Public propertyTranslateField
Indicates whether the field will be included into translation service document while exporting to XLIFF.
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.)
Public propertyVisibility
Indicates who the field should be visible to.
Public propertyVisibilityControl
Indicates type of visibility form control.
Public propertyVisible
Indicates whether field is visible.
Top
See Also