Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

AbstractAutoProxyCreator Properties

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

Public Instance Properties

AdvisorAdapterRegistry Sets the AdvisorAdapterRegistry to use.
AopProxyFactory (inherited from ProxyConfig) Gets and set the factory to be used to create AOP proxies.
ApplyCommonInterceptorsFirst Sets whether the common interceptors should be applied before object-specific ones.
CustomTargetSourceCreators Sets custom TargetSourceCreators to be applied in this order.
ExposeProxy (inherited from ProxyConfig) Should proxies obtained from this configuration expose the AOP proxy to the AopContext class?
InterceptorNames Sets the common interceptors, a list of IAdvice, IAdvisor and introduction object names.
IsFrozen Set whether or not the proxy should be frozen, preventing advice from being added to it once it is created.
ObjectFactory Callback that supplies the owning factory to an object instance.
Optimize (inherited from ProxyConfig) Are any agressive optimizations to be performed?
Order Propery Order
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

See Also

AbstractAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace | InterceptorNames | ObjectNameAutoProxyCreator