IFieldTemplateFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an interface implemented by objects that create field templates.
public interface class IFieldTemplateFactory
public interface IFieldTemplateFactory
type IFieldTemplateFactory = interface
Public Interface IFieldTemplateFactory
- Derived
Remarks
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.
Methods
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. |