FieldInfo Properties |
The FieldInfo type exposes the following members.
Name | Description | |
---|---|---|
AllowEmpty |
Indicates whether field allow empty values.
(Inherited from FieldBase<FieldType>.) | |
Caption |
Column caption.
(Inherited from FieldBase<FieldType>.) | |
ColumnNames |
Available column names.
(Inherited from AbstractDataContainer<ParentObjectType>.) | |
DataType |
Data type.
(Inherited from FieldBase<FieldType>.) | |
DefaultValue |
Field default value.
(Inherited from FieldBase<FieldType>.) | |
External |
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 FieldBase<FieldType>.) | |
Guid |
Field unique identifier.
(Inherited from FieldBase<FieldType>.) | |
IsDummyField |
Indicates if field has no representation in database.
(Inherited from FieldBase<FieldType>.) | |
IsDummyFieldFromMainForm |
Indicates if dummy field is in main or alternative form
(Inherited from FieldBase<FieldType>.) | |
IsExtraField |
Indicates if field is extra field (field is not in orignal form definition).
(Inherited from FieldBase<FieldType>.) | |
IsInherited |
If true, the field is inherited from parent class.
(Inherited from FieldBase<FieldType>.) | |
IsUnique |
Indicates whether field is unique.
(Inherited from FieldBase<FieldType>.) | |
Item |
Gets or sets the value of the column.
(Inherited from AbstractSimpleDataContainer<TObject>.) | |
Name |
Column name.
(Inherited from FieldBase<FieldType>.) | |
Precision |
Precision of the field
(Inherited from FieldBase<FieldType>.) | |
PrimaryKey |
Indicates whether field is a primary key.
(Inherited from FieldBase<FieldType>.) | |
Properties |
Properties of the field
(Inherited from FieldBase<FieldType>.) | |
PropertiesMacroTable |
Macro table for the field properties.
(Inherited from FieldBase<FieldType>.) | |
ReferenceToObjectType |
ObjectType to which the given field refers (for example as a foreign key).
(Inherited from FieldBase<FieldType>.) | |
ReferenceType |
Type of the reference (used only when ReferenceToObjectType is set).
(Inherited from FieldBase<FieldType>.) | |
RegisteredColumns |
Registered Columns
(Inherited from AbstractSimpleDataContainer<TObject>.) | |
RegisteredColumnsObject |
Registered Columns object
(Inherited from AbstractSimpleDataContainer<TObject>.) | |
Size |
Size of the field.
(Inherited from FieldBase<FieldType>.) | |
System |
Indicates if field is a system field.
(Inherited from FieldBase<FieldType>.) | |
UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainer<TObject>.) |