ModelTransformExtensionContext Class

 

Provides file and project information to Visual Studio extensions that extend the file loading and saving of .edmx files by the Entity Data Model Designer.

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.ModelTransformExtensionContext

public abstract class ModelTransformExtensionContext : ExtensionContext

NameDescription
System_CAPS_protmethodModelTransformExtensionContext()

Initializes a new instance of the ModelTransformExtensionContext class.

NameDescription
System_CAPS_pubpropertyCurrentDocument

The current .edmx file on which Visual Studio extensions may operate.

System_CAPS_pubpropertyEntityFrameworkVersion

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

System_CAPS_pubpropertyErrors

A list of errors that can be shown in the Visual StudioError List when .edmx files are loaded or saved by the Entity Data Model Designer.

System_CAPS_pubpropertyOriginalDocument

The original .edmx file that was loaded into memory.

System_CAPS_pubpropertyProject

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

System_CAPS_pubpropertyProjectItem

The current Visual Studio project item.

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.