Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

StaticMethodMatcherPointcutAdvisor Properties

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

Public Instance Properties

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

Explicit Interface Implementations

IDeserializationCallback.OnDeserialization (inherited from StaticMethodMatcher)Missing <summary> documentation for M:Spring.Aop.Support.StaticMethodMatcher.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)

See Also

StaticMethodMatcherPointcutAdvisor Class | Spring.Aop.Support Namespace