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 항목의 예제를 참조하십시오.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.