IDataServiceActionProvider インターフェイス

このインターフェイスには、サービス アクションをサポートするために必要なメソッドが宣言されています。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public Interface IDataServiceActionProvider
'使用
Dim instance As IDataServiceActionProvider
public interface IDataServiceActionProvider
public interface class IDataServiceActionProvider
type IDataServiceActionProvider =  interface end
public interface IDataServiceActionProvider

IDataServiceActionProvider 型は、以下のメンバーを公開しています。

メソッド

  名前 説明
パブリック メソッド AdvertiseServiceAction 指定された serviceAction を、指定された resourceInstance にバインド可能として情報提供するかどうかを判断します。
パブリック メソッド CreateInvokable 指定された parameterTokens を使用して、指定された serviceAction に対応する IDataServiceInvokable のインスタンスを構築します。
パブリック メソッド GetServiceActions プロバイダーのすべてのサービス アクションを返します。
パブリック メソッド GetServiceActionsByBindingParameterType バインディング パラメーターの種類である bindingParameterType を持つアクションのコレクションを取得します。
パブリック メソッド TryResolveServiceAction 指定された serviceActionNameServiceAction の検索を試行します。

先頭に戻る

関連項目

参照

System.Data.Services.Providers 名前空間