| FormComponentPropertiesMapper Class |
Namespace: Kentico.Forms.Web.Mvc
public class FormComponentPropertiesMapper : IFormComponentPropertiesMapper
The FormComponentPropertiesMapper type exposes the following members.
| Name | Description | |
|---|---|---|
| FormComponentPropertiesMapper |
Initializes a new instance of the FormComponentPropertiesMapper class.
|
| Name | Description | |
|---|---|---|
| FromFieldInfo |
Maps an instance of FormFieldInfo to corresponding FormComponentProperties.
To extract identifier of corresponding FormComponentDefinition use GetComponentIdentifier(FormFieldInfo).
| |
| GetComponentIdentifier |
Gets FormComponentDefinition identifier stored in formFieldInfo.
| |
| ToFormFieldInfo |
Maps an instance of FormComponentProperties to corresponding FormFieldInfo.
|