Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

DynamicMethodMatcherPointcutAdvisor Properties

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

Public Instance Properties

Advice Return the advice part of this aspect.
IsPerInstance Is this advice associated with a particular instance?
IsRuntime (inherited from DynamicMethodMatcher) Is this IMethodMatcher dynamic?
MethodMatcher The IMethodMatcher for this pointcut.
Order Returns this IAdvisors order in the interception chain.
Pointcut The IPointcut that drives this advisor.
TypeFilter The ITypeFilter for this pointcut.

See Also

DynamicMethodMatcherPointcutAdvisor Class | Spring.Aop.Support Namespace