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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.