IModelTransformExtension 인터페이스
Exposes methods for extending the loading and saving processes of .edmx files.
네임스페이스: Microsoft.Data.Entity.Design.Extensibility
어셈블리: microsoft.data.entity.design.extensibility.dll의 Microsoft.Data.Entity.Design.Extensibility
사용법
구문
‘선언
Public Interface IModelTransformExtension
public interface IModelTransformExtension
public interface class IModelTransformExtension
public interface IModelTransformExtension
public interface IModelTransformExtension
설명
The IModelTransormExtension interface exposes methods for extending the functionality of the Entity Data Model Designer (Entity Designer). Specifically, the OnAfterModelLoaded method allows you to customize an .edmx file after it has been loaded but before it has been displayed in the Entity Designer. The OnBeforeModelSaved method allows you to customize an .edmx file before it is saved. Note that the scope of these methods is limited to modifying .edmx files. To load and save files with a custom format, see IModelConversionExtension.
For more information about extending the functionality of the ADO.NET Entity Data Model Tools, see Extending the Entity Data Model Tools and ADO.NET Entity Data Model Designer Extension Starter Kit.
플랫폼
개발 플랫폼
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 및 Windows 2000
대상 플랫폼
참고 항목
참조
IModelTransformExtension 멤버
Microsoft.Data.Entity.Design.Extensibility 네임스페이스
기타 리소스
.edmx File Overview
Developing Visual Studio Extensions
Visual Studio Extensibility Developer Center