Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

InheritanceBasedAopConfigurer Properties

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

Public Instance Properties

InterceptorNames Sets the common interceptors, a list of IAdvice, IAdvisor and introduction object names.
ObjectFactory Callback that supplies the owning factory to an object instance.
ObjectNames Set the names of the objects in IList fashioned way that should automatically get intercepted.
Order Return the order value of this object, where a higher value means greater in terms of sorting.
ProxyDeclaredMembersOnly Gets or sets a value indicating whether inherited members should be proxied.
ProxyInterfaces Gets or sets a value indicating whether interfaces members should be proxied.
ProxyTargetAttributes 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?

See Also

InheritanceBasedAopConfigurer Class | Spring.Aop.Framework.AutoProxy Namespace