FieldInfo MembersKentico 8.0 API Reference
The FieldInfo type exposes the following members.
Constructors

  NameDescription
Public methodFieldInfo
Back to Top
Methods

  NameDescription
Public methodClone
Clones the object.
(Inherited from FieldBase FieldType .)
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainer ParentObjectType .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainer ParentObjectType .)
Public methodGetXmlNode
Returns the XML node representing the FormFieldInfo object.
(Inherited from FieldBase FieldType .)
Public methodLoadFromXmlNode
Loads the field info from XML node
(Inherited from FieldBase FieldType .)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodRegisterColumn(String, Func ParentObjectType, Object )
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer ParentObjectType .)
Protected methodRegisterColumn(String, Func ParentObjectType, Object , Func ParentObjectType, Object, Object )
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainer ParentObjectType .)
Protected methodRegisterColumns
Registers the Columns of this object for resolving data macros.
(Inherited from FieldBase FieldType .)
Public methodSetValue
Sets the object value.
(Inherited from AbstractSimpleDataContainer ParentObjectType .)
Public methodToString
Returns field name value.
(Inherited from FieldBase FieldType .)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainer ParentObjectType .)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
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 ParentObjectType .)
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.
(Inherited from FieldBase FieldType .)
Public propertyPropertiesMacroTable
Properties macro table.
(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 ParentObjectType .)
Protected propertyRegisteredColumnsObject
Registered Columns object
(Inherited from AbstractSimpleDataContainer ParentObjectType .)
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 ParentObjectType .)
Back to Top
See Also