| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractFilteringAutoProxyCreator.ShouldSkip Method
Overridden to call IsEligibleForProxying.
[Visual Basic]
Protected Overrides Sub ShouldSkip( _
ByVal
targetType As
Type, _
ByVal
targetName As
String _
)
[C#]
protected override
bool ShouldSkip(
Type targetType,
string targetName);
Parameters
-
targetType
- the type of the object
-
targetName
- the name of the object
Return Value
if remarkable to skip
See Also
AbstractFilteringAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace