Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

CacheParameterAdvisor Properties

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

Public Instance Properties

Advice (inherited from AttributeMatchMethodPointcutAdvisor) Return the advice part of this advisor.
ApplicationContext Sets the IApplicationContext that this object runs in.
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 (inherited from AttributeMatchMethodPointcutAdvisor) 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 (inherited from AttributeMatchMethodPointcutAdvisor) Returns this IAdvisors order in the interception chain.
Pointcut (inherited from AttributeMatchMethodPointcutAdvisor) 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

CacheParameterAdvisor Class | Spring.Aspects.Cache Namespace