Click or drag to resize
FormFieldInfo Methods

The FormFieldInfo type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones the object.
(Overrides FieldBaseFieldTypeClone.)
Public methodContainsColumn
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.)
Public methodGetDefaultValue
Returns resolved default value based on resolver type and field's setting (GetResolveDefaultValue(Boolean)).
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 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 methodGetTypedDefaultValue
Returns typed resolved default value based on resolver type and field's setting (GetResolveDefaultValue(Boolean)).
Public methodGetValue
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.)
Public methodGetVisibilityXml
Returns the XML node representing the FormFieldInfo object only with limited properties. XML node contains only: field name, field visibility
Public methodGetXmlNode
Returns the XML node representing the FormFieldInfo object.
(Overrides FieldBaseFieldTypeGetXmlNode(XmlDocument).)
Public methodGetXPathExpression
Gets XPath expression to select this node in generated XML.
Public methodIsMacro
Returns true if property is macro.
Public methodLoadFromTableData
Loads the field info from plain database structure data.
(Overrides FieldBaseFieldTypeLoadFromTableData(DataRow, Boolean, Boolean).)
Public methodLoadFromXmlNode
Loads the field info from XML node
(Overrides FieldBaseFieldTypeLoadFromXmlNode(XmlNode).)
Protected methodRegisterColumn(String, FuncTObject, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object)
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.)
Protected methodRegisterColumns
Registers the Columns of this object for resolving data macros.
(Overrides FieldBaseFieldTypeRegisterColumns.)
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 AbstractSimpleDataContainerTObject.)
Public methodToString
Returns field name value.
(Inherited from FieldBaseFieldType.)
Public methodTryGetValue
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodIsNodeNameSourceCandidate
Checks if form field can be used as source for document node name.
(Defined by DocumentFormFieldInfoExtensions.)
Top
See Also