ModelGenerationExtensionContext Members
Include Protected Members
Include Inherited Members
Provides file and project information to Visual Studio extensions that extend the .edmx file generation process of the Entity Data Model Wizard.
The ModelGenerationExtensionContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ModelGenerationExtensionContext | Instantiates a new instance of the ModelGenerationExtensionContext() class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
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. |
Top