| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
InheritanceBasedAopConfigurer.IsObjectNameMatch Method
Return if the given object name matches one of the object names specified.
[Visual Basic]
Protected Overridable Sub IsObjectNameMatch( _
ByVal
objectName As
String _
)
[C#]
protected virtual
bool IsObjectNameMatch(
string objectName);
Parameters
-
objectName
- the object name to check
Return Value
if the names match
Remarks
The default implementation checks for "xxx*", "*xxx" and "*xxx*" matches, as well as direct equality. Can be overridden in subclasses.
See Also
InheritanceBasedAopConfigurer Class | Spring.Aop.Framework.AutoProxy Namespace