Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

DefaultObjectFactoryPointcutAdvisor Properties

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

Public Instance Properties

Advice (inherited from AbstractObjectFactoryPointcutAdvisor) Return the advice part of this aspect.
AdviceObjectName (inherited from AbstractObjectFactoryPointcutAdvisor) Gets or sets the name of the advice object that this advisor should refer to.
IsPerInstance (inherited from AbstractPointcutAdvisor) Is this advice associated with a particular instance?
ObjectFactory (inherited from AbstractObjectFactoryPointcutAdvisor) Callback that supplies the owning factory to an object instance.
Order (inherited from AbstractPointcutAdvisor) Returns this IAdvisors order in the interception chain.
Pointcut The IPointcut that drives this advisor.

See Also

DefaultObjectFactoryPointcutAdvisor Class | Spring.Aop.Support Namespace