Compartir a través de


Clase ChangeInterceptorAttribute

ChangeInterceptorAttribute en un método se utiliza para procesar las actualizaciones en el nombre del conjunto de entidades especificado.

Jerarquía de herencia

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

Espacio de nombres:  System.Data.Services
Ensamblado:  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Sintaxis

'Declaración
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := True, Inherited := True)> _
Public NotInheritable Class ChangeInterceptorAttribute _
    Inherits Attribute
'Uso
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

El tipo ChangeInterceptorAttribute expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ChangeInterceptorAttribute Crea un nuevo interceptor de cambios para un conjunto de entidades especificado por el parámetro entitySetName.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública EntitySetName Obtiene el nombre del conjunto de entidades al que se aplica el interceptor.
Propiedad pública TypeId (Se hereda de Attribute.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Attribute.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Attribute.)
Método público GetType (Se hereda de Object.)
Método público IsDefaultAttribute (Se hereda de Attribute.)
Método público Match (Se hereda de Attribute.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado _Attribute.GetIDsOfNames (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfo (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.GetTypeInfoCount (Se hereda de Attribute.)
Implementación de interfaces explícitasMétodo privado _Attribute.Invoke (Se hereda de Attribute.)

Arriba

Comentarios

La autorización y validación de cambios en el nivel de recurso es implementada por los métodos anotados en ChangeInterceptorAttribute. Servicios de datos de Microsoft WCF proporciona la infraestructura requerida para que los desarrolladores de servicios escriban reglas de procesamiento y validación de cambios por entidades.

El control de acceso y la validación en el nivel de entidad se pueden exigir a través de interceptores de consultas. Para obtener más información, vea QueryInterceptorAttribute.

-

Ejemplos

Para obtener más información, vea el ejemplo del tema QueryInterceptorAttribute.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres System.Data.Services