Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

AttributeMatchMethodPointcutAdvisor Properties

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

Public Instance Properties

Advice Return the advice part of this advisor.
Attribute (inherited from AttributeMatchMethodPointcut) The Attribute to match.
CheckInterfaces (inherited from AttributeMatchMethodPointcut) Is the interfaces attributes of the method to be included in the search for theg Attribute?
Inherit (inherited from AttributeMatchMethodPointcut) Is the inheritance tree of the method to be included in the search for the Attribute?
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

AttributeMatchMethodPointcutAdvisor Class | Spring.Aop.Support Namespace