ModelConversionExtensionContext Class

 

Provides file and project information to Visual Studio extensions that enable the loading and saving of custom file formats.

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

public abstract class ModelConversionExtensionContext : ExtensionContext

NameDescription
System_CAPS_protmethodModelConversionExtensionContext()

Initializes a new instance of the ModelConversionExtensionContext class.

NameDescription
System_CAPS_pubpropertyCurrentDocument

Returns the .edmx document after it has been converted from a custom file format.

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 loading a custom file format and converting it to a custom file format.

System_CAPS_pubpropertyFileInfo

Returns information about the custom file being processed by the Entity Data Model Designer.

System_CAPS_pubpropertyOriginalDocument

Returns the original document as opened or saved by the Entity Designer.

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.