Freigeben über


UpdateModelExtensionContext-Member

Provides file and project information to Visual Studio extensions that extend the .edmx file update process of the Update Model Wizard.

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

Geschützt Konstruktoren

  Name Beschreibung
UpdateModelExtensionContext Instantiates a new instance of UpdateModelExtensionContext.

Oben

Öffentlich Eigenschaften

  Name Beschreibung
public property CurrentDocument  Represents the .edmx document to be modified. (Geerbt von ModelGenerationExtensionContext)
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. (Geerbt von ModelGenerationExtensionContext)
public property OriginalDocument Represents the .edmx file before the Update Model Wizard has run.
public property Project  The current Visual Studio project. (Geerbt von ExtensionContext)
public property ProjectItem The current Visual Studio project item.
public property UpdateModelDocument Represents the .edmx file after the Update Model Wizard has run.
public property WizardKind  The wizard that initiated the .edmx file generation or update process. (Geerbt von ModelGenerationExtensionContext)

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

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

Weitere Ressourcen

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