ModelGenerationExtensionContext Class
Provides file and project information to Visual Studio extensions that extend the .edmx file generation process of the Entity Data Model Wizard.
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Microsoft.Data.Entity.Design.Extensibility.ExtensionContext
Microsoft.Data.Entity.Design.Extensibility.ModelGenerationExtensionContext
Microsoft.Data.Entity.Design.Extensibility.UpdateModelExtensionContext
Name | Description | |
---|---|---|
![]() | ModelGenerationExtensionContext() | Initializes a new instance of the ModelGenerationExtensionContext class. |
Name | Description | |
---|---|---|
![]() | CurrentDocument | Represents the .edmx document to be modified. |
![]() | EntityFrameworkVersion | The targeted version of the Entity Framework.(Inherited from ExtensionContext.) |
![]() | GeneratedDocument | Represents the original .edmx file generated by the Entity Data Model Wizard. |
![]() | Project | The current Visual Studio project.(Inherited from ExtensionContext.) |
![]() | WizardKind | The wizard that initiated the .edmx file generation or update process. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.