FieldTemplateFactory.Model Property

 

Gets or sets the MetaModel that is associated with the FieldTemplateFactory class

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public MetaModel Model { get; private set; }

Property Value

Type: System.Web.DynamicData.MetaModel

The model that is associated with the FieldTemplateFactory.

The MetaModel class is an abstract class that represents the mapping between a database and domain objects. Dynamic Data provides a set of classes (the data model) that represent the model. The classes are generated through the Object Relational Designer (O/R Designer). You can use the LINQ to SQL Classes template to generate these classes. This property is used to get and set the data model associated with the FieldTemplateFactory class.

.NET Framework
Available since 3.5
Return to top
Show: