Share via


UpdateModelExtensionContext Members

Include Protected Members
Include Inherited Members

Provides file and project information to Visual Studio extensions that extend the .edmx file update process of the Update Model Wizard.

The UpdateModelExtensionContext type exposes the following members.

Constructors

  Name Description
Protected method UpdateModelExtensionContext Instantiates a new instance of UpdateModelExtensionContext().

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. (Inherited from ModelGenerationExtensionContext.)
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. (Inherited from ModelGenerationExtensionContext.)
Public property OriginalDocument Represents the .edmx file before the Update Model Wizard has run.
Public property Project The current Visual Studio project. (Inherited from ExtensionContext.)
Public property ProjectItem The current Visual Studio project item.
Public property UpdateModelDocument Represents the .edmx file after the Update Model Wizard has run.
Public property WizardKind The wizard that initiated the .edmx file generation or update process. (Inherited from ModelGenerationExtensionContext.)

Top

See Also

Reference

UpdateModelExtensionContext Class

Microsoft.Data.Entity.Design.Extensibility Namespace