Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

IAdvised Methods

The methods of the IAdvised interface are listed below. For a complete list of IAdvised interface members, see the IAdvised Members topic.

Public Instance Methods

AddAdviceOverloaded. Adds the supplied advice to the end (or tail) of the advice (interceptor) chain.
AddAdvisorOverloaded. Adds the supplied advisor to the list of Advisors.
AddAdvisors Adds the advisors from the supplied advisors to the list of Advisors.
AddIntroductionOverloaded. Adds the supplied introductionAdvisor to the list of Introductions.
IndexOfOverloaded. Return the index (0 based) of the supplied IAdvisor in the interceptor (advice) chain for this proxy.
IsInterfaceProxied Is the supplied intf (interface) Type proxied?
RemoveAdvice Removes the supplied advice from the list of Advisors.
RemoveAdvisorOverloaded. Removes the supplied advisor the list of advisors for this proxy.
RemoveIntroductionOverloaded. Removes the supplied introduction from the list of Introductions.
ReplaceAdvisor Replaces the oldAdvisor with the newAdvisor.
ReplaceIntroduction Replaces the IIntroductionAdvisor that exists at the supplied index in the list of Introductions with the supplied introduction.
ToProxyConfigString As ToString will normally be passed straight through to the advised target, this method returns the ToString equivalent for the AOP proxy itself.

See Also

IAdvised Interface | Spring.Aop.Framework Namespace | AdvisedSupport