IModelConversionExtension Interface
Exposes methods for converting a custom file format to and from the .edmx file format that is readable by the Entity Data Model Designer.
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Name | Description | |
---|---|---|
![]() | OnAfterFileLoaded(ModelConversionExtensionContext) | Defines custom functionality for loading a file with a custom format and converting it to an .edmx format. |
![]() | OnBeforeFileSaved(ModelConversionExtensionContext) | Defines custom functionality for converting an .edmx file to a file with a custom format before the file is saved. |