Miembros ModelGenerationExtensionContext
Provides file and project information to Visual Studio extensions that extend the .edmx file generation process of the Entity Data Model Wizard.
En las tablas siguientes se enumeran los miembros que se exponen por el tipo ModelGenerationExtensionContext.
Protegido Constructores
Nombre | Descripción | |
---|---|---|
ModelGenerationExtensionContext | Instantiates a new instance of the ModelGenerationExtensionContext class. |
Superior
Público Propiedades
Nombre | Descripción | |
---|---|---|
CurrentDocument | Represents the .edmx document to be modified. | |
EntityFrameworkVersion | The targeted version of the Entity Framework . (Se hereda de ExtensionContext) | |
GeneratedDocument | Represents the original .edmx file generated by the Entity Data Model Wizard. | |
Project | The current Visual Studio project. (Se hereda de ExtensionContext) | |
WizardKind | The wizard that initiated the .edmx file generation or update process. |
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 ModelGenerationExtensionContext
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility
Otros recursos
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview