Partager via


Interface IModelTransformExtension

Exposes methods for extending the loading and saving processes of .edmx files.

Espace de noms: Microsoft.Data.Entity.Design.Extensibility
Assembly : Microsoft.Data.Entity.Design.Extensibility (dans microsoft.data.entity.design.extensibility.dll)

Utilisation

Syntaxe

'Déclaration
Public Interface IModelTransformExtension
public interface IModelTransformExtension
public interface class IModelTransformExtension
public interface IModelTransformExtension
public interface IModelTransformExtension

Notes

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.

Plateformes

Plateformes de développement

Windows XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000

Plateformes cibles

Voir aussi

Référence

Membres IModelTransformExtension
Espace de noms Microsoft.Data.Entity.Design.Extensibility

Autres ressources

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