| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AttributeAutoProxyCreator.IsEligibleForProxying Method
Determines, whether the given object shall be proxied by matching targetType against AttributeTypes.
[Visual Basic]
Protected Overrides Sub IsEligibleForProxying( _
ByVal
targetType As
Type, _
ByVal
targetName As
String _
)
[C#]
protected override
bool IsEligibleForProxying(
Type targetType,
string targetName);
Parameters
-
targetType
- the object's type
-
targetName
- the name of the object
See Also
AttributeAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace