IDataServiceUpdateProvider インターフェイス

定義

カスタム データ サービス プロバイダーに eTag 値を提供するために実装する必要があるメソッドを定義します。

public interface class IDataServiceUpdateProvider : System::Data::Services::IUpdatable
public interface IDataServiceUpdateProvider : System.Data.Services.IUpdatable
type IDataServiceUpdateProvider = interface
    interface IUpdatable
Public Interface IDataServiceUpdateProvider
Implements IUpdatable
実装

メソッド

名前 説明
AddReferenceToCollection(Object, String, Object)

指定した値をコレクションに追加します。

(継承元 IUpdatable)
ClearChanges()

データの変更を取り消します。

(継承元 IUpdatable)
CreateResource(String, String)

指定した種類のリソースを作成し、指定したコンテナーに属します。

(継承元 IUpdatable)
DeleteResource(Object)

指定したリソースを削除します。

(継承元 IUpdatable)
GetResource(IQueryable, String)

クエリと型名で識別される指定した型のリソースを取得します。

(継承元 IUpdatable)
GetValue(Object, String)

ターゲット オブジェクトの指定したプロパティの値を取得します。

(継承元 IUpdatable)
RemoveReferenceFromCollection(Object, String, Object)

指定した値をコレクションから削除します。

(継承元 IUpdatable)
ResetResource(Object)

パラメーター resource によって識別されるリソースを既定値にリセットします。

(継承元 IUpdatable)
ResolveResource(Object)

指定したリソース オブジェクトによって表されるリソースのインスタンスを返します。

(継承元 IUpdatable)
SaveChanges()

IUpdatable API を使用して行われたすべての変更を保存します。

(継承元 IUpdatable)
SetConcurrencyValues(Object, Nullable<Boolean>, IEnumerable<KeyValuePair<String,Object>>)

指定されたエンティティ リソースの eTag 値を指定します。

SetReference(Object, String, Object)

ターゲット オブジェクトの指定した参照プロパティの値を設定します。

(継承元 IUpdatable)
SetValue(Object, String, Object)

ターゲット リソースの指定した名前を持つプロパティの値を、指定したプロパティ値に設定します。

(継承元 IUpdatable)

適用対象