ModelConversionExtensionContext Class
Provides file and project information to Visual Studio extensions that enable the loading and saving of custom file formats.
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Microsoft.Data.Entity.Design.Extensibility.ExtensionContext
Microsoft.Data.Entity.Design.Extensibility.ModelConversionExtensionContext
Name | Description | |
---|---|---|
![]() | ModelConversionExtensionContext() | Initializes a new instance of the ModelConversionExtensionContext class. |
Name | Description | |
---|---|---|
![]() | CurrentDocument | Returns the .edmx document after it has been converted from a custom file format. |
![]() | EntityFrameworkVersion | The targeted version of the Entity Framework.(Inherited from ExtensionContext.) |
![]() | Errors | A list of errors that can be shown in the Visual StudioError 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.(Inherited from ExtensionContext.) |
![]() | ProjectItem | The current Visual Studio project item. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.