Compartir a través de


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
public property CurrentDocument  Represents the .edmx document to be modified. (Se hereda de ModelGenerationExtensionContext)
public property EntityFrameworkVersion  The targeted version of the Entity Framework . (Se hereda de ExtensionContext)
public property GeneratedDocument  Represents the original .edmx file generated by the Entity Data Model Wizard. (Se hereda de ModelGenerationExtensionContext)
public property OriginalDocument Represents the .edmx file before the Update Model Wizard has run.
public property Project  The current Visual Studio project. (Se hereda de ExtensionContext)
public property ProjectItem The current Visual Studio project item.
public property UpdateModelDocument Represents the .edmx file after the Update Model Wizard has run.
public property 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
public method Equals  Sobrecargado. (Se hereda de Object)
public method GetHashCode  (Se hereda de Object)
public method GetType  (Se hereda de Object)
public methodstatic ReferenceEquals  (Se hereda de Object)
public method ToString  (Se hereda de Object)

Superior

Protegido Métodos

  Nombre Descripción
protected method Finalize  (Se hereda de Object)
protected method 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