| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractAdvisorAutoProxyCreator.FindAdvisorsThatCanApply Method
From the given list of candidate advisors, select the ones that are applicable to the given target specified by targetType and name.
[Visual Basic]
Protected Overridable Sub FindAdvisorsThatCanApply( _
ByVal
candidateAdvisors As
IList, _
ByVal
targetType As
Type, _
ByVal
targetName As
String _
)
[C#]
protected virtual
IList FindAdvisorsThatCanApply(
IList candidateAdvisors,
Type targetType,
string targetName);
Parameters
-
candidateAdvisors
- the list of candidate advisors to date
-
targetType
- the target object's type
-
targetName
- the target object's name
Return Value
the list of applicable advisors
See Also
AbstractAdvisorAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace