IVsDataMappedObjectConverter Interface

Definition

Provides the ability to convert restrictions passed to the mapped object selector into underlying restrictions to pass to the data source–specific type selector, thus allowing mapped selection. Also allows conversion of members of an underlying data object to members of a mapped object, resulting in mapped representations of data objects.

public interface class IVsDataMappedObjectConverter
[Microsoft.VisualStudio.Data.Core.DataClientObject("53957D8C-5FAD-4d27-8B4D-1DC4E7364E08")]
public interface IVsDataMappedObjectConverter
[<Microsoft.VisualStudio.Data.Core.DataClientObject("53957D8C-5FAD-4d27-8B4D-1DC4E7364E08")>]
type IVsDataMappedObjectConverter = interface
Public Interface IVsDataMappedObjectConverter
Derived
Attributes

Methods

ConvertToMappedMember(String, String, Object[])

When implemented by a class, converts the specified member of an underlying data object to its corresponding mapped member.

ConvertToUnderlyingRestriction(String, Int32, Object[])

When implemented by a class, converts the specified mapped restrictions into underlying restrictions that are data source–specific.

Applies to