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