FieldInfo Class |
Namespace: CMS.DataEngine
public class FieldInfo : FieldBase<FieldInfo>
The FieldInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowEmpty |
Indicates whether field allow empty values.
(Inherited from FieldBaseFieldType.) |
![]() | Caption |
Column caption.
(Inherited from FieldBaseFieldType.) |
![]() | ColumnNames |
Available column names.
(Inherited from AbstractDataContainerParentObjectType.) |
![]() | DataType |
Data type.
(Inherited from FieldBaseFieldType.) |
![]() | DefaultValue |
Field default value.
(Inherited from FieldBaseFieldType.) |
![]() | 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 FieldBaseFieldType.) |
![]() | Guid |
Field unique identifier.
(Inherited from FieldBaseFieldType.) |
![]() | IsDummyField |
Indicates that field has no representation in database.
(Inherited from FieldBaseFieldType.) |
![]() | IsDummyFieldFromMainForm |
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.) |
![]() | IsExtraField |
Indicates that field is extra field (field is not in original form definition).
(Inherited from FieldBaseFieldType.) |
![]() | IsInherited |
If true, the field is inherited from parent class.
(Inherited from FieldBaseFieldType.) |
![]() | IsUnique |
Indicates whether field is unique.
(Inherited from FieldBaseFieldType.) |
![]() | Item |
Gets or sets the value of the column.
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | Name |
Column name.
(Inherited from FieldBaseFieldType.) |
![]() | Precision |
Precision of the field
(Inherited from FieldBaseFieldType.) |
![]() | PrimaryKey |
Indicates whether field is a primary key.
(Inherited from FieldBaseFieldType.) |
![]() | Properties |
Properties of the field
(Inherited from FieldBaseFieldType.) |
![]() | PropertiesMacroTable |
Macro table for the field properties.
(Inherited from FieldBaseFieldType.) |
![]() | ReferenceToObjectType |
ObjectType to which the given field refers (for example as a foreign key).
(Inherited from FieldBaseFieldType.) |
![]() | ReferenceType |
Type of the reference (used only when ReferenceToObjectType is set).
(Inherited from FieldBaseFieldType.) |
![]() | RegisteredColumns |
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | RegisteredColumnsObject |
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | Size |
Size of the field.
(Inherited from FieldBaseFieldType.) |
![]() | System |
Indicates if field is a system field.
(Inherited from FieldBaseFieldType.) |
![]() | UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.) |
Name | Description | |
---|---|---|
![]() | Clone |
Clones the object.
(Inherited from FieldBaseFieldType.) |
![]() | ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.) |
![]() | GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | GetXmlNode |
Returns the XML node representing the FormFieldInfo object.
(Inherited from FieldBaseFieldType.) |
![]() | LoadFromTableData |
Loads the field info from plain database structure data.
(Inherited from FieldBaseFieldType.) |
![]() | LoadFromXmlNode |
Loads the field info from XML node
(Inherited from FieldBaseFieldType.) |
![]() | RegisterColumn(String, FuncTObject, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | RegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | RegisterColumns |
Registers the Columns of this object for resolving data macros.
(Inherited from FieldBaseFieldType.) |
![]() | SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) |
![]() | ToString |
Returns field name value.
(Inherited from FieldBaseFieldType.) |
![]() | TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.) |