ModelTransformExtensionContext Members
Include Protected Members
Include Inherited Members
Provides file and project information to Visual Studio extensions that extend the file loading and saving of .edmx files by the Entity Data Model Designer.
The ModelTransformExtensionContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ModelTransformExtensionContext | Instantiates a new instance of ModelTransformExtensionContext. |
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 | The current .edmx file on which Visual Studio extensions may operate. |
![]() |
EntityFrameworkVersion | The targeted version of the Entity Framework. (Inherited from ExtensionContext.) |
![]() |
Errors | A list of errors that can be shown in the Visual StudioError List when .edmx files are loaded or saved by the Entity Data Model Designer. |
![]() |
OriginalDocument | The original .edmx file that was loaded into memory. |
![]() |
Project | The current Visual Studio project. (Inherited from ExtensionContext.) |
![]() |
ProjectItem | The current Visual Studio project item. |
Top