Compartir a través de


Miembros ModelConversionExtensionContext

Provides file and project information to Visual Studio extensions that enable the loading and saving of custom file formats.

En las tablas siguientes se enumeran los miembros que se exponen por el tipo ModelConversionExtensionContext.

Protegido Constructores

  Nombre Descripción
ModelConversionExtensionContext Creates a new instance of the ModelConversionExtensionContext class.

Superior

Público Propiedades

  Nombre Descripción
public property CurrentDocument Returns the .edmx document after it has been converted from a custom file format.
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 loading a custom file format and converting it to a custom file format.
public property FileInfo Returns information about the custom file being processed by the Entity Data Model Designer.
public property OriginalDocument Returns the original document as opened or saved by the Entity Designer.
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 ModelConversionExtensionContext
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility

Otros recursos

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