次の方法で共有


ChangeInterceptorAttribute クラス

ChangeInterceptorAttribute は、指定したエンティティ セット名の更新を処理する目的でメソッドに適用されます。

継承階層

System.Object
  System.Attribute
    System.Data.Services.ChangeInterceptorAttribute

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

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := True, Inherited := True)> _
Public NotInheritable Class ChangeInterceptorAttribute _
    Inherits Attribute
'使用
Dim instance As ChangeInterceptorAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public sealed class ChangeInterceptorAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = true, Inherited = true)]
public ref class ChangeInterceptorAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = true, Inherited = true)>]
type ChangeInterceptorAttribute =  
    class
        inherit Attribute
    end
public final class ChangeInterceptorAttribute extends Attribute

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

コンストラクター

  名前 説明
パブリック メソッド ChangeInterceptorAttribute entitySetName パラメーターで指定されたエンティティ セットの新しい変更インターセプターを作成します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ EntitySetName インターセプターの適用対象となるエンティティ セットの名前を取得します。
パブリック プロパティ TypeId (Attribute から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Attribute から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Attribute から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IsDefaultAttribute (Attribute から継承されています。)
パブリック メソッド Match (Attribute から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

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

  名前 説明
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetIDsOfNames (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetTypeInfo (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.GetTypeInfoCount (Attribute から継承されています。)
明示的なインターフェイスの実装プライベート メソッド _Attribute.Invoke (Attribute から継承されています。)

先頭に戻る

説明

リソース レベルの変更の承認と検証は、ChangeInterceptorAttribute で注釈を付けたメソッドによって実装されます。 WCF Data Services は、エンティティごとの変更の処理規則や検証をサービスの開発者がプログラミングするために必要なインフラストラクチャを備えています。

エンティティ レベルのアクセス制御や検証は、クエリ インターセプターを介して適用することができます。 詳細については、「QueryInterceptorAttribute」を参照してください。

-

使用例

詳細については、QueryInterceptorAttribute のトピックに記載された例を参照してください。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

System.Data.Services 名前空間