Compartir a través de


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
public property CurrentDocument The current .edmx file on which Visual Studio extensions may operate.
public property EntityFrameworkVersion  The targeted version of the Entity Framework . (Se hereda de ExtensionContext)
public property 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.
public property OriginalDocument The original .edmx file that was loaded into memory.
public property Project  The current Visual Studio project. (Se hereda de ExtensionContext)
public property ProjectItem The current Visual Studio project item.

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 ModelTransformExtensionContext
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility

Otros recursos

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