ModelGenerationExtensionContext Class

 

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

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

System.Object
  Microsoft.Data.Entity.Design.Extensibility.ExtensionContext
    Microsoft.Data.Entity.Design.Extensibility.ModelGenerationExtensionContext
      Microsoft.Data.Entity.Design.Extensibility.UpdateModelExtensionContext

public abstract class ModelGenerationExtensionContext : ExtensionContext

NameDescription
System_CAPS_protmethodModelGenerationExtensionContext()

Initializes a new instance of the ModelGenerationExtensionContext class.

NameDescription
System_CAPS_pubpropertyCurrentDocument

Represents the .edmx document to be modified.

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.

System_CAPS_pubpropertyProject

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

System_CAPS_pubpropertyWizardKind

The wizard that initiated the .edmx file generation or update process.

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.