IFieldTemplateFactory.Initialize Method (MetaModel)
.NET Framework (current version)
Initializes a FieldTemplateFactory using the specified data model.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- model
-
Type:
System.Web.DynamicData.MetaModel
Specifies the data model that the field template uses.
ASP.NET Dynamic Data uses field templates to display individual data fields. Field templates are typically implemented as user controls that map data types in a data model to individual fields in the data control. This method initializes the FieldTemplateFactory class, which is used to create field templates using the data model the field template will use.
.NET Framework
Available since 3.5
Available since 3.5
Show: