Membri ModelTransformExtensionContext
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.
Nella tabella seguente sono elencati i membri esposti dal tipo ModelTransformExtensionContext.
Protetto Costruttori
Nome | Descrizione | |
---|---|---|
ModelTransformExtensionContext | Instantiates a new instance of ModelTransformExtensionContext. |
Torna all'inizio
Pubblico Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
CurrentDocument | The current .edmx file on which Visual Studio extensions may operate. |
![]() |
EntityFrameworkVersion | The targeted version of the Entity Framework . (ereditato da ExtensionContext) |
![]() |
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. |
![]() |
OriginalDocument | The original .edmx file that was loaded into memory. |
![]() |
Project | The current Visual Studio project. (ereditato da ExtensionContext) |
![]() |
ProjectItem | The current Visual Studio project item. |
Torna all'inizio
Pubblico Metodi
Vedere anche Protetto Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Di overload. (ereditato da Object) |
![]() |
GetHashCode | (ereditato da Object) |
![]() |
GetType | (ereditato da Object) |
![]() ![]() |
ReferenceEquals | (ereditato da Object) |
![]() |
ToString | (ereditato da Object) |
Torna all'inizio
Protetto Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Finalize | (ereditato da Object) |
![]() |
MemberwiseClone | (ereditato da Object) |
Torna all'inizio
Vedere anche
Riferimento
Classe ModelTransformExtensionContext
Spazio dei nomi Microsoft.Data.Entity.Design.Extensibility
Altre risorse
Visual Studio Extensibility Developer Center
Developing Visual Studio Extensions
.edmx File Overview