| IFormComponentActivator Interface |
Namespace: Kentico.Forms.Web.Mvc
public interface IFormComponentActivator
The IFormComponentActivator type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateDefaultProperties |
Creates a new instance of the form component's properties specified by component's definition.
| |
| CreateFormComponent(FormComponentDefinition, FormComponentContext) |
Creates a new instance of the form component specified by its definition with default property values.
| |
| CreateFormComponent(FormComponentDefinition, FormComponentProperties, FormComponentContext) |
Creates a new instance of the form component specified by its definition using the properties given.
|