Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

NameMatchMethodPointcutAdvisor Properties

The properties of the NameMatchMethodPointcutAdvisor class are listed below. For a complete list of NameMatchMethodPointcutAdvisor class members, see the NameMatchMethodPointcutAdvisor Members topic.

Public Instance Properties

Advice (inherited from AbstractGenericPointcutAdvisor) Return the advice part of this advisor.
IsPerInstance (inherited from AbstractPointcutAdvisor) Is this advice associated with a particular instance?
MappedName Convenience property when we have only a single method name to match.
MappedNames Set the method names defining methods to match.
Order (inherited from AbstractPointcutAdvisor) Returns this IAdvisors order in the interception chain.
Pointcut The IPointcut that drives this advisor.
TypeFilter The ITypeFilter for this pointcut.

See Also

NameMatchMethodPointcutAdvisor Class | Spring.Aop.Support Namespace