IFieldTemplateFactory Interface

Definition

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.

Applies to