5 references to ChangeInterceptorAttribute
System.Data.Services (5)
System\Data\Services\ChangeInterceptorAttribute.cs (1)
27
/// <summary>Declares a new <see cref="
ChangeInterceptorAttribute
"/> instance.</summary>
System\Data\Services\DataServiceConfiguration.cs (4)
1027
ChangeInterceptorAttribute
[] changeAttributes = (
ChangeInterceptorAttribute
[])
1028
method.GetCustomAttributes(typeof(
ChangeInterceptorAttribute
), true /* inherit */);
1029
foreach (
ChangeInterceptorAttribute
attribute in changeAttributes)