FormFieldInfo Methods |
The FormFieldInfo type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Clones the object.
(Overrides FieldBaseFieldTypeClone.) | |
ContainsColumn |
Returns true if specified column is available in current structure.
(Inherited from AbstractDataContainerParentObjectType.) | |
GetDefaultValue |
Returns resolved default value based on resolver type and field's setting (GetResolveDefaultValue(Boolean)).
| |
GetDisplayName |
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.
| |
GetHiddenNode |
Returns the XML node with visibility attribute set to false.
| |
GetMaxInputLength |
Gets the maximum input length for a given field
| |
GetPropertyValue(FormFieldPropertyEnum) |
Gets unresolved property value.
| |
GetPropertyValue(FormFieldPropertyEnum, Boolean) |
Gets unresolved property value.
| |
GetPropertyValue(FormFieldPropertyEnum, IMacroResolver, MacroSettings, Boolean) |
Gets resolved property value.
| |
GetResolveDefaultValue |
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.
| |
GetTypedDefaultValue |
Returns typed resolved default value based on resolver type and field's setting (GetResolveDefaultValue(Boolean)).
| |
GetValue |
Gets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
GetVisibilityXml |
Returns the XML node representing the FormFieldInfo object only with limited properties.
XML node contains only: field name, field visibility
| |
GetXmlNode(XmlDocument) |
Returns the XML node representing the FormFieldInfo object.
(Overrides FieldBaseFieldTypeGetXmlNode(XmlDocument).) | |
GetXmlNode(XmlDocument, IListString, Boolean) |
Returns the XML node representing the FormFieldInfo object.
| |
GetXPathExpression |
Gets XPath expression to select this node in generated XML.
| |
IsMacro |
Returns true if property is macro.
| |
LoadFromXmlNode |
Loads the field info from XML node
(Overrides FieldBaseFieldTypeLoadFromXmlNode(XmlNode).) | |
RegisterColumn(String, FuncTObject, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumn(String, FuncTObject, Object, FuncTObject, Object, Object) |
Registers the given Column to the object
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisterColumns |
Registers the Columns of this object for resolving data macros.
(Overrides FieldBaseFieldTypeRegisterColumns.) | |
SetPropertyValue |
Sets property value.
| |
SetResolveDefaultValue |
Sets the ability to resolve macros in field's default value.
| |
SettingIsMacro |
Returns true if setting is macro.
| |
SetValue |
Sets the object value.
(Inherited from AbstractSimpleDataContainerTObject.) | |
ToString |
Returns field name value.
(Inherited from FieldBaseFieldType.) | |
TryGetValue |
Returns value of column.
(Inherited from AbstractSimpleDataContainerTObject.) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |