UpdateModelExtensionContext Members
Include Protected Members
Include Inherited Members
Provides file and project information to Visual Studio extensions that extend the .edmx file update process of the Update Model Wizard.
The UpdateModelExtensionContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdateModelExtensionContext | Instantiates a new instance of UpdateModelExtensionContext(). |
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. (Inherited from ModelGenerationExtensionContext.) | |
EntityFrameworkVersion | The targeted version of the Entity Framework. (Inherited from ExtensionContext.) | |
GeneratedDocument | Represents the original .edmx file generated by the Entity Data Model Wizard. (Inherited from ModelGenerationExtensionContext.) | |
OriginalDocument | Represents the .edmx file before the Update Model Wizard has run. | |
Project | The current Visual Studio project. (Inherited from ExtensionContext.) | |
ProjectItem | The current Visual Studio project item. | |
UpdateModelDocument | Represents the .edmx file after the Update Model Wizard has run. | |
WizardKind | The wizard that initiated the .edmx file generation or update process. (Inherited from ModelGenerationExtensionContext.) |
Top