DataMappedObjectConverter クラス

定義

IVsDataMappedObjectConverter インターフェイスの実装を表します。

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)
継承
DataMappedObjectConverter
派生
実装

コンストラクター

DataMappedObjectConverter()

DataMappedObjectConverter クラスの新しいインスタンスを初期化します。

DataMappedObjectConverter(IVsDataConnection)

データ接続と共に、 DataMappedObjectConverter クラスの新しいインスタンスを初期化します。

プロパティ

Site

オブジェクト サイトを取得または設定します。

(継承元 DataSiteableObject<T>)

メソッド

ConvertToMappedMember(String, String, Object[])

基になるデータ オブジェクトの指定されたメンバーを、対応するマップされたメンバーに変換します。

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

基になるデータ オブジェクトの指定されたメンバーを、対応するマップされたメンバーに変換します。

ConvertToUnderlyingRestriction(String, Int32, Object[])

指定したマップされた制限を、データ ソース固有の基になる制限に変換します。

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

指定したマップされた制限を、データ ソース固有の基になる制限に変換します。

OnSiteChanged(EventArgs)

SiteChanged イベントを発生させます。

(継承元 DataSiteableObject<T>)

イベント

SiteChanged

Site プロパティが変更されると発生します。

(継承元 DataSiteableObject<T>)

明示的なインターフェイスの実装

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

IVsDataMappedObjectConverter インターフェイスの実装を表します。

適用対象