DataMappedObjectConverter Class

Definition

Represents an implementation of the IVsDataMappedObjectConverter interface.

public ref class DataMappedObjectConverter abstract : Microsoft::VisualStudio::Data::Framework::DataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataConnection ^>, Microsoft::VisualStudio::Data::Core::IVsDataSupportObject<Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataMappedObjectConverter ^>, Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataMappedObjectConverter
public abstract class DataMappedObjectConverter : Microsoft.VisualStudio.Data.Framework.DataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataConnection>, Microsoft.VisualStudio.Data.Core.IVsDataSupportObject<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataMappedObjectConverter>, Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataMappedObjectConverter
type DataMappedObjectConverter = class
    inherit DataSiteableObject<IVsDataConnection>
    interface IVsDataMappedObjectConverter
    interface IVsDataSupportObject<IVsDataMappedObjectConverter>
Public MustInherit Class DataMappedObjectConverter
Inherits DataSiteableObject(Of IVsDataConnection)
Implements IVsDataMappedObjectConverter, IVsDataSupportObject(Of IVsDataMappedObjectConverter)
Inheritance
DataMappedObjectConverter
Derived
Implements

Constructors

DataMappedObjectConverter()

Initializes a new instance of the DataMappedObjectConverter class.

DataMappedObjectConverter(IVsDataConnection)

Initializes a new instance of the DataMappedObjectConverter class, along with a data connection.

Properties

Site

Gets or sets the object site.

(Inherited from DataSiteableObject<T>)

Methods

ConvertToMappedMember(String, String, Object[])

Converts the specified member of an underlying data object to its corresponding mapped member.

ConvertToMappedMember(String, String, Object[], Object[])

Converts the specified member of an underlying data object to its corresponding mapped member.

ConvertToUnderlyingRestriction(String, Int32, Object[])

Converts the specified mapped restrictions into underlying restrictions that are data source specific.

ConvertToUnderlyingRestriction(String, Int32, Object[], Object[])

Converts the specified mapped restrictions into underlying restrictions that are data source specific.

OnSiteChanged(EventArgs)

Raises the SiteChanged event.

(Inherited from DataSiteableObject<T>)

Events

SiteChanged

Occurs when the Site property is changed.

(Inherited from DataSiteableObject<T>)

Explicit Interface Implementations

IVsDataSupportObject<IVsDataMappedObjectConverter>.Invoke(String, Object[], Object[])

Applies to