Click or drag to resize
IFormComponentPropertiesMapper Interface
Contains mapping methods for conversions between form component properties and form field definition.

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

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