UpdateModelExtensionContext Class

 

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

Namespace:   Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)


public abstract class UpdateModelExtensionContext : ModelGenerationExtensionContext

NameDescription
System_CAPS_protmethodUpdateModelExtensionContext()

Initializes a new instance of the UpdateModelExtensionContext class.

NameDescription
System_CAPS_pubpropertyCurrentDocument

Represents the .edmx document to be modified.(Inherited from ModelGenerationExtensionContext.)

System_CAPS_pubpropertyEntityFrameworkVersion

The targeted version of the Entity Framework.(Inherited from ExtensionContext.)

System_CAPS_pubpropertyGeneratedDocument

Represents the original .edmx file generated by the Entity Data Model Wizard.(Inherited from ModelGenerationExtensionContext.)

System_CAPS_pubpropertyOriginalDocument

Represents the .edmx file before the Update Model Wizard has run.

System_CAPS_pubpropertyProject

The current Visual Studio project.(Inherited from ExtensionContext.)

System_CAPS_pubpropertyProjectItem

The current Visual Studio project item.

System_CAPS_pubpropertyUpdateModelDocument

Represents the .edmx file after the Update Model Wizard has run.

System_CAPS_pubpropertyWizardKind

The wizard that initiated the .edmx file generation or update process.(Inherited from ModelGenerationExtensionContext.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.