| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAdvisorAutoProxyCreator.IsEligibleAdvisorObject Method
Whether the given advisor is eligible for the specified target. The default implementation always returns true.
[Visual Basic]
Protected Overridable Sub IsEligibleAdvisorObject( _
ByVal
advisorName As
String, _
ByVal
targetType As
Type, _
ByVal
targetName As
String _
)
[C#]
protected virtual
bool IsEligibleAdvisorObject(
string advisorName,
Type targetType,
string targetName);
Parameters
-
advisorName
- the advisor name
-
targetType
- the target object's type
-
targetName
- the target object's name
See Also
AbstractAdvisorAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace