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(XmlDocument)
Returns the XML node representing the FormFieldInfo object.
(Overrides FieldBaseFieldTypeGetXmlNode(XmlDocument).)
Public methodGetXmlNode(XmlDocument, IListString, 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 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 MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
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.)
Top
See Also