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 | |
---|---|---|
CurrentDocument | Returns the .edmx document after it has been converted from a custom file format. | |
EntityFrameworkVersion | The targeted version of the Entity Framework . (Geerbt von ExtensionContext) | |
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. | |
FileInfo | Returns information about the custom file being processed by the Entity Data Model Designer. | |
OriginalDocument | Returns the original document as opened or saved by the Entity Designer. | |
Project | The current Visual Studio project. (Geerbt von ExtensionContext) | |
ProjectItem | The current Visual Studio project item. |
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
ModelConversionExtensionContext-Klasse
Microsoft.Data.Entity.Design.Extensibility-Namespace
Weitere Ressourcen
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview