| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAutoProxyCreator.ApplyCommonInterceptorsFirst Property
Sets whether the common interceptors should be applied before object-specific ones.
[Visual Basic]
Public WriteOnly Property ApplyCommonInterceptorsFirst() As
Boolean Public Set
End Set
End Property
[C#]
public
bool ApplyCommonInterceptorsFirst { public set; }
Remarks
Default is true; else, object-specific interceptors will get applied first.
See Also
AbstractAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace