| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
NameMatchMethodPointcutAdvisor.MappedNames Property
Set the method names defining methods to match.
[Visual Basic]
Public WriteOnly Property MappedNames() As
String Public Set
End Set
End Property
[C#]
public
string[] MappedNames { public set; }
Remarks
Matching will be the union of all these; if any match, the pointcut matches.
See Also
NameMatchMethodPointcutAdvisor Class | Spring.Aop.Support Namespace