Miembros ModelTransformExtensionContext
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.
En las tablas siguientes se enumeran los miembros que se exponen por el tipo ModelTransformExtensionContext.
Protegido Constructores
Nombre | Descripción | |
---|---|---|
ModelTransformExtensionContext | Instantiates a new instance of ModelTransformExtensionContext. |
Superior
Público Propiedades
Nombre | Descripción | |
---|---|---|
CurrentDocument | The current .edmx file on which Visual Studio extensions may operate. | |
EntityFrameworkVersion | The targeted version of the Entity Framework . (Se hereda de ExtensionContext) | |
Errors | A list of errors that can be shown in the Visual Studio Error 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. (Se hereda de ExtensionContext) | |
ProjectItem | The current Visual Studio project item. |
Superior
Público Métodos
(vea también Protegido Métodos)
Nombre | Descripción | |
---|---|---|
Equals | Sobrecargado. (Se hereda de Object) | |
GetHashCode | (Se hereda de Object) | |
GetType | (Se hereda de Object) | |
ReferenceEquals | (Se hereda de Object) | |
ToString | (Se hereda de Object) |
Superior
Protegido Métodos
Nombre | Descripción | |
---|---|---|
Finalize | (Se hereda de Object) | |
MemberwiseClone | (Se hereda de Object) |
Superior
Vea también
Referencia
Clase ModelTransformExtensionContext
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility
Otros recursos
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview