Interfaz IModelGenerationExtension

Exposes methods for customizing the generation of .edmx files.

Espacio de nombres: Microsoft.Data.Entity.Design.Extensibility
Ensamblado: Microsoft.Data.Entity.Design.Extensibility (en microsoft.data.entity.design.extensibility.dll)

Uso

Sintaxis

'Declaración
Public Interface IModelGenerationExtension
public interface IModelGenerationExtension
public interface class IModelGenerationExtension
public interface IModelGenerationExtension
public interface IModelGenerationExtension

Notas

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 Entity Data Model 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.

Plataformas

Plataformas de desarrollo

Microsoft Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 y Windows 2000

Plataformas de destino

Vea también

Referencia

Miembros IModelGenerationExtension
Espacio de nombres Microsoft.Data.Entity.Design.Extensibility

Otros recursos

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