Click or drag to resize
FormComponentPropertiesMapper Class
Contains mapping methods for conversions between form component properties and form field definition.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcFormComponentPropertiesMapper

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class FormComponentPropertiesMapper : IFormComponentPropertiesMapper

The FormComponentPropertiesMapper type exposes the following members.

Constructors
  NameDescription
Public methodFormComponentPropertiesMapper
Initializes a new instance of the FormComponentPropertiesMapper class.
Top
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