IFieldTemplateFactory Interface
.NET Framework (current version)
Defines an interface implemented by objects that create field templates.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() | CreateFieldTemplate(MetaColumn^, DataBoundControlMode, String^) | Creates an instance of a field template using the MetaColumn class, the DataBoundControlMode class and UIHint property. |
![]() | Initialize(MetaModel^) | Initializes a FieldTemplateFactory using the specified data model. |
This class must be implemented by the FieldTemplateFactory class in order to create a field template. This interface provides methods that initialize the FieldTemplateFactory and creates field templates.
.NET Framework
Available since 3.5
Available since 3.5
Show:
