IModelConversionExtension 成员

Exposes methods for converting a custom file format to and from the .edmx file format that is readable by the Entity Data Model Designer.

以下各表列出了由 IModelConversionExtension 类型公开的成员。

公共 方法

  名称 说明
public method OnAfterFileLoaded Defines custom functionality for loading a file with a custom format and converting it to an .edmx format.
public method OnBeforeFileSaved Defines custom functionality for converting an .edmx file to a file with a custom format before the file is saved.

顶部

另请参见

参考

IModelConversionExtension 接口
Microsoft.Data.Entity.Design.Extensibility 命名空间

其他资源

.edmx File Overview
Developing Visual Studio Extensions
Visual Studio Extensibility Developer Center