Click or drag to resize
FieldInfo Properties

The FieldInfo type exposes the following members.

Properties
  NameDescription
Public propertyAllowEmpty
Indicates whether field allow empty values.
(Inherited from FieldBase<FieldType>.)
Public propertyCaption
Column caption.
(Inherited from FieldBase<FieldType>.)
Public propertyColumnNames
Available column names.
(Inherited from AbstractDataContainer<ParentObjectType>.)
Public propertyDataType
Data type.
(Inherited from FieldBase<FieldType>.)
Public propertyDefaultValue
Field default value.
(Inherited from FieldBase<FieldType>.)
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 FieldBase<FieldType>.)
Public propertyGuid
Field unique identifier.
(Inherited from FieldBase<FieldType>.)
Public propertyIsDummyField
Indicates if field has no representation in database.
(Inherited from FieldBase<FieldType>.)
Public propertyIsDummyFieldFromMainForm
Indicates if dummy field is in main or alternative form
(Inherited from FieldBase<FieldType>.)
Public propertyIsExtraField
Indicates if field is extra field (field is not in orignal form definition).
(Inherited from FieldBase<FieldType>.)
Public propertyIsInherited
If true, the field is inherited from parent class.
(Inherited from FieldBase<FieldType>.)
Public propertyIsUnique
Indicates whether field is unique.
(Inherited from FieldBase<FieldType>.)
Public propertyItem
Gets or sets the value of the column.
(Inherited from AbstractSimpleDataContainer<TObject>.)
Public propertyName
Column name.
(Inherited from FieldBase<FieldType>.)
Public propertyPrecision
Precision of the field
(Inherited from FieldBase<FieldType>.)
Public propertyPrimaryKey
Indicates whether field is a primary key.
(Inherited from FieldBase<FieldType>.)
Public propertyProperties
Properties of the field
(Inherited from FieldBase<FieldType>.)
Public propertyPropertiesMacroTable
Macro table for the field properties.
(Inherited from FieldBase<FieldType>.)
Public propertyReferenceToObjectType
ObjectType to which the given field refers (for example as a foreign key).
(Inherited from FieldBase<FieldType>.)
Public propertyReferenceType
Type of the reference (used only when ReferenceToObjectType is set).
(Inherited from FieldBase<FieldType>.)
Protected propertyRegisteredColumns
Registered Columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainer<TObject>.)
Public propertySize
Size of the field.
(Inherited from FieldBase<FieldType>.)
Public propertySystem
Indicates if field is a system field.
(Inherited from FieldBase<FieldType>.)
Protected propertyUseLocalColumns
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainer<TObject>.)
Top
See Also