Freigeben über


ModelTransformExtensionContext-Member

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.

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

Geschützt Konstruktoren

  Name Beschreibung
ModelTransformExtensionContext Instantiates a new instance of ModelTransformExtensionContext.

Oben

Öffentlich Eigenschaften

  Name Beschreibung
public property CurrentDocument The current .edmx file on which Visual Studio extensions may operate.
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 .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. (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

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

Weitere Ressourcen

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