Share via


ModelGenerationExtensionContext Members

Include Protected Members
Include Inherited Members

Provides file and project information to Visual Studio extensions that extend the .edmx file generation process of the Entity Data Model Wizard.

The ModelGenerationExtensionContext type exposes the following members.

Constructors

  Name Description
Protected method ModelGenerationExtensionContext Instantiates a new instance of the ModelGenerationExtensionContext() class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Properties

  Name Description
Public property CurrentDocument Represents the .edmx document to be modified.
Public property EntityFrameworkVersion The targeted version of the Entity Framework. (Inherited from ExtensionContext.)
Public property GeneratedDocument Represents the original .edmx file generated by the Entity Data Model Wizard.
Public property Project The current Visual Studio project. (Inherited from ExtensionContext.)
Public property WizardKind The wizard that initiated the .edmx file generation or update process.

Top

See Also

Reference

ModelGenerationExtensionContext Class

Microsoft.Data.Entity.Design.Extensibility Namespace