Click or drag to resize
IFormComponentPropertiesMapper Methods

The IFormComponentPropertiesMapper type exposes the following members.

Methods
  NameDescription
Public methodFromFieldInfo
Maps an instance of FormFieldInfo to corresponding FormComponentProperties. To extract identifier of corresponding FormComponentDefinition use GetComponentIdentifier(FormFieldInfo).
Public methodGetComponentIdentifier
Gets FormComponentDefinition identifier stored in formFieldInfo.
Public methodToFormFieldInfo
Maps an instance of FormComponentProperties to corresponding FormFieldInfo.
Top
See Also