IVsDataMappedObjectConverter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the ability to convert restrictions passed to the mapped object selector into underlying restrictions to pass to the data source specific type selector (allowing mapped selection), and convert members of an underlying data object to members of a mapped object (allowing 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. |