IVsDataMappedObjectConversion Interface

Represents a conversion for a data object support mapped type and contains the conversion steps needed to convert a data source–specific object to a mapped object.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Interface IVsDataMappedObjectConversion
public interface IVsDataMappedObjectConversion
public interface class IVsDataMappedObjectConversion
type IVsDataMappedObjectConversion =  interface end
public interface IVsDataMappedObjectConversion

The IVsDataMappedObjectConversion type exposes the following members.

Properties

  Name Description
Public property CallMapperStep Gets a conversion step that is part of the conversion from a data source–specific type to a mapped type.
Public property Steps Returns all the conversion steps that are necessary to convert a data source–specific type to a mapped type.

Top

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

Microsoft.VisualStudio.Data.Services Namespace