The properties of the IAdvised interface are listed below. For a complete list of IAdvised interface members, see the IAdvised Members topic.
AdvisorChainFactory | Gets 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. |
ExposeProxy | 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 | Is this configuration frozen? |
IsSerializable | Returns a boolean specifying if this IAdvised instance can be serialized. |
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? |
ProxyTargetType | Is the target Type to be proxied in addition to any interfaces declared on the proxied Type? |
TargetSource | Returns the ITargetSource used by this IAdvised object. |
IAdvised Interface | Spring.Aop.Framework Namespace | AdvisedSupport