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

  NameDescription
Public methodFormFieldInfo
Back to Top
Methods

  NameDescription
Public methodClone
Clones the object.
(Overrides FieldBase FieldType  Clone .)
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 methodGetDefaultValue
Returns resolved default value based on resolver type.
Public methodGetDisplayName
Returns string that represents human readable form of field name. Tries to resolve field's caption. Field name is returned in case of invalid macro or empty caption.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetHiddenNode
Returns the XML node with visibility attribute set to false.
Public methodGetMaxInputLength
Gets the maximum input length for a given field
Public methodGetPropertyValue(FormFieldPropertyEnum)
Gets unresolved property value.
Public methodGetPropertyValue(FormFieldPropertyEnum, Boolean )
Gets unresolved property value.
Public methodGetPropertyValue(FormFieldPropertyEnum, IMacroResolver, MacroSettings, Boolean)
Gets resolved property value.
Public methodGetResolveDefaultValue
Returns if resolving of macros in the field's default value is enabled as far as that setting is specified, otherwise given default value is returned.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainer ParentObjectType .)
Public methodGetVisibilityXml
Returns the XML node representing the FormFieldInfo object only with limited properties. XML node contains only: field name, field visibility
Public methodGetXmlNode(XmlDocument)
Returns the XML node representing the FormFieldInfo object.
(Overrides FieldBase FieldType  GetXmlNode(XmlDocument).)
Public methodGetXmlNode(XmlDocument, IList String , Boolean)
Returns the XML node representing the FormFieldInfo object.
Public methodGetXPathExpression
Gets XPath expression to select this node in generated XML.
Public methodIsMacro
Returns true if property is macro.
Public methodLoadFromXmlNode
Loads the field info from XML node
(Overrides FieldBase FieldType  LoadFromXmlNode(XmlNode).)
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.
(Overrides FieldBase FieldType  RegisterColumns .)
Public methodSetPropertyValue
Sets property value.
Public methodSetResolveDefaultValue
Sets the ability to resolve macros in field's default value.
Public methodSettingIsMacro
Returns true if setting is macro.
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 propertyAllowUserToChangeVisibility
Indicates whether user can change field visibility.
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 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 FieldBase FieldType .)
Public propertyFieldMacroRules
List of field validation macro rules.
Public propertyFieldType
Type of the field.
Public propertyGuid
Field unique identifier.
(Inherited from FieldBase FieldType .)
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 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 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 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 propertyPublicField
Indicates whether field is public.
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 propertyRegularExpression
Regular expression.
Public propertySettings
Setting pairs (hastable).
Public propertySettingsMacroTable
Setting macro table (hastable).
Public propertySize
Size of the field.
(Inherited from FieldBase FieldType .)
Public propertySpellCheck
Indicates whether field should be spell-checked.
Public propertySystem
Indicates if field is a system field.
(Inherited from FieldBase FieldType .)
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 AbstractSimpleDataContainer ParentObjectType .)
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.
Back to Top
See Also