ModelConversionExtensionContext Properties

Include Protected Members
Include Inherited Members

The ModelConversionExtensionContext type exposes the following members.

Properties

  Name Description
Public property CurrentDocument Returns the .edmx document after it has been converted from a custom file format.
Public property EntityFrameworkVersion The targeted version of the Entity Framework. (Inherited from ExtensionContext.)
Public property Errors 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.
Public property FileInfo Returns information about the custom file being processed by the Entity Data Model Designer.
Public property OriginalDocument Returns the original document as opened or saved by the Entity Designer.
Public property Project The current Visual Studio project. (Inherited from ExtensionContext.)
Public property ProjectItem The current Visual Studio project item.

Top

See Also

Reference

ModelConversionExtensionContext Class

Microsoft.Data.Entity.Design.Extensibility Namespace