Microsoft.Data.Entity.Design.VisualStudio.ModelWizard Namespace
The Microsoft.Data.Entity.Design.VisualStudio.ModelWizard namespace provides the classes that allows you to create a model wizard.
Class | Description | |
---|---|---|
![]() | AddArtifactGeneratorWizard | This API supports the Entity Framework infrastructure and is not intended to be used directly from your code. |
![]() | ModelObjectItemWizard | Visual Studio invokes this wizard when a new item of type "ADO.NET Entity Data Model" is added to an existing project. This wizard is registered in the .vstemplate file item template. The files added by this item template are: +- modelName.edmx | +- modelName.edmx.diagram | +- modelName.Designer.cs [or vb] => code generator output (for EF5 and Legacy ObjectContext generator) or +- ModelName.cs [or vb] - for CodeFirst |
![]() | OneEFWizard | This API supports the Entity Framework infrastructure and is not intended to be used directly from your code. |