Freigeben über


ModelConversionExtensionContext-Member

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

In den folgenden Tabellen sind die Member aufgeführt, die durch den Typ ModelConversionExtensionContext verfügbar gemacht werden.

Geschützt Konstruktoren

  Name Beschreibung
ModelConversionExtensionContext Creates a new instance of the ModelConversionExtensionContext class.

Oben

Öffentlich Eigenschaften

  Name Beschreibung
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 . (Geerbt von 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. (Geerbt von ExtensionContext)
public property ProjectItem The current Visual Studio project item.

Oben

Öffentlich Methoden

(siehe auch Geschützt Methoden)

  Name Beschreibung
public method Equals  Überladen. (Geerbt von Object)
public method GetHashCode  (Geerbt von Object)
public method GetType  (Geerbt von Object)
public methodstatic ReferenceEquals  (Geerbt von Object)
public method ToString  (Geerbt von Object)

Oben

Geschützt Methoden

  Name Beschreibung
protected method Finalize  (Geerbt von Object)
protected method MemberwiseClone  (Geerbt von Object)

Oben

Siehe auch

Verweis

ModelConversionExtensionContext-Klasse
Microsoft.Data.Entity.Design.Extensibility-Namespace

Weitere Ressourcen

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