Freigeben über


ModelGenerationExtensionContext-Member

Provides file and project information to Visual Studio extensions that extend the .edmx file generation process of the Entity Data Model Wizard.

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

Geschützt Konstruktoren

  Name Beschreibung
ModelGenerationExtensionContext Instantiates a new instance of the ModelGenerationExtensionContext class.

Oben

Öffentlich Eigenschaften

  Name Beschreibung
public property CurrentDocument Represents the .edmx document to be modified.
public property EntityFrameworkVersion  The targeted version of the Entity Framework . (Geerbt von ExtensionContext)
public property GeneratedDocument Represents the original .edmx file generated by the Entity Data Model Wizard.
public property Project  The current Visual Studio project. (Geerbt von ExtensionContext)
public property WizardKind The wizard that initiated the .edmx file generation or update process.

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

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

Weitere Ressourcen

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