FieldTemplateFactory.Initialize(MetaModel) Method
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.
Associates a MetaModel with a FieldTemplateFactory.
public:
virtual void Initialize(System::Web::DynamicData::MetaModel ^ model);
public virtual void Initialize (System.Web.DynamicData.MetaModel model);
abstract member Initialize : System.Web.DynamicData.MetaModel -> unit
override this.Initialize : System.Web.DynamicData.MetaModel -> unit
Public Overridable Sub Initialize (model As MetaModel)
Parameters
- model
- MetaModel
Specifies the data model to associate with the FieldTemplateFactory.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.