다음을 통해 공유


IModelGenerationExtension 인터페이스

Exposes methods for customizing the generation of .edmx files.

네임스페이스: Microsoft.Data.Entity.Design.Extensibility
어셈블리: microsoft.data.entity.design.extensibility.dll의 Microsoft.Data.Entity.Design.Extensibility

사용법

구문

‘선언
Public Interface IModelGenerationExtension
public interface IModelGenerationExtension
public interface class IModelGenerationExtension
public interface IModelGenerationExtension
public interface IModelGenerationExtension

설명

The IModelGenerationExtension interface exposes methods for customizing the functionality of the Entity Data Model Wizard and the Update Model Wizard. Specifically, the OnAfterModelGenerated and OnAfterModelUpdated methods allow you to customize the way the 엔터티 데이터 모델 Wizard and Update Model Wizard generate and update .edmx files.

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

대상 플랫폼

참고 항목

참조

IModelGenerationExtension 멤버
Microsoft.Data.Entity.Design.Extensibility 네임스페이스

기타 리소스

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