Compartir a través de


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
public property CurrentDocument Represents the .edmx document to be modified.
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.
public property Project  The current Visual Studio project. (Se hereda de ExtensionContext)
public property 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
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 ModelGenerationExtensionContext
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility

Otros recursos

Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview