Interface IFormComponentMapper
Creates form component instance based on Form field definitions.
public interface IFormComponentMapper
- Extension Methods
Methods
Map(IEnumerable<FormFieldInfo>)
Maps form field definitions to form components.
IEnumerable<IFormComponent> Map(IEnumerable<FormFieldInfo> formFields)
Parameters
formFields
IEnumerable<FormFieldInfo>Collection of form fields.
Returns
- IEnumerable<IFormComponent>
Collection of form components.
Exceptions
- ArgumentNullException
Thrown when
formFields
is null.