Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

AdvisedSupport Properties

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

Public Instance Properties

AdvisorChainFactory Gets and sets the IAdvisorChainFactory implementation that will be used to get the interceptor chains for the advised Target.
Advisors Returns the collection of IAdvisor instances that have been applied to this proxy.
AopProxyFactory (inherited from ProxyConfig) Gets and set the factory to be used to create AOP proxies.
AutoDetectInterfaces If no explicit interfaces are specified, interfaces will be automatically determined from the target type on proxy creation. Defaults to true
ExposeProxy (inherited from ProxyConfig) Should proxies obtained from this configuration expose the AOP proxy to the AopContext class?
InterfaceMap Returns the mapping of the proxied interface Types to their delegates.
Interfaces Returns the collection of interface Types to be (or that are being) proxied by this proxy.
Introductions Returns the collection of IIntroductionAdvisor instances that have been applied to this proxy.
IsFrozen (inherited from ProxyConfig) Is this configuration frozen?
IsSerializable Returns a boolean specifying if this IAdvised instance can be serialized.
Optimize (inherited from ProxyConfig) Are any agressive optimizations to be performed?
ProxyTargetAttributes (inherited from ProxyConfig) Is target type attributes, method attributes, method's return type attributes and method's parameter attributes to be proxied in addition to any interfaces declared on the proxied Type?
ProxyTargetType (inherited from ProxyConfig) Is the target Type to be proxied in addition to any interfaces declared on the proxied Type?
SyncRoot (inherited from ProxyConfig) Use to synchronize access to this ProxyConfig instance
Target Sets the target object that is to be advised.
TargetSource Returns the current ITargetSource used by this IAdvised object.
TargetType Gets the target type behind the implementing object. Ttypically a proxy configuration or an actual proxy.

Protected Instance Properties

IsActive Called by subclasses to get a value indicating whether any AOP proxies have been created yet.

See Also

AdvisedSupport Class | Spring.Aop.Framework Namespace | IAopProxy