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 | |
---|---|---|
CurrentDocument | Represents the .edmx document to be modified. (Geerbt von ModelGenerationExtensionContext) | |
EntityFrameworkVersion | The targeted version of the Entity Framework . (Geerbt von ExtensionContext) | |
GeneratedDocument | Represents the original .edmx file generated by the Entity Data Model Wizard. (Geerbt von ModelGenerationExtensionContext) | |
OriginalDocument | Represents the .edmx file before the Update Model Wizard has run. | |
Project | The current Visual Studio project. (Geerbt von ExtensionContext) | |
ProjectItem | The current Visual Studio project item. | |
UpdateModelDocument | Represents the .edmx file after the Update Model Wizard has run. | |
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 | |
---|---|---|
Equals | Überladen. (Geerbt von Object) | |
GetHashCode | (Geerbt von Object) | |
GetType | (Geerbt von Object) | |
ReferenceEquals | (Geerbt von Object) | |
ToString | (Geerbt von Object) |
Oben
Geschützt Methoden
Name | Beschreibung | |
---|---|---|
Finalize | (Geerbt von Object) | |
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