The properties of the InheritanceBasedAopConfigurer class are listed below. For a complete list of InheritanceBasedAopConfigurer class members, see the InheritanceBasedAopConfigurer Members topic.
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? |
InheritanceBasedAopConfigurer Class | Spring.Aop.Framework.AutoProxy Namespace