Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace

Classes

  Class Description
Ee649496.pubclass(en-us,PandP.20).gif AddInterfaceElement
Configuration element that lets you specify additional interfaces to add when this type is intercepted.
Ee649496.pubclass(en-us,PandP.20).gif CallHandlerElement
Configuration element representing a call handler.
Ee649496.pubclass(en-us,PandP.20).gif CallHandlerElementCollection
A collection of CallHandlerElements for configuration.
Ee649496.pubclass(en-us,PandP.20).gif DefaultElement
The <default> element that appears inside an <interceptor> element.
Ee649496.pubclass(en-us,PandP.20).gif InterceptionBehaviorElement
Configuration elmement for specifying interception behaviors for a type.
Ee649496.pubclass(en-us,PandP.20).gif InterceptionConfigurationExtension
Section extension class used to add the elements needed to configure Unity interception to the configuration schema.
Ee649496.pubclass(en-us,PandP.20).gif InterceptionElement
A configuration element that contains the top-level container configuration information for interception - handler policies and global interceptor definitions.
Ee649496.pubclass(en-us,PandP.20).gif InterceptorElement
Configuration element that lets you configure what interceptor to use for a type.
Ee649496.pubclass(en-us,PandP.20).gif InterceptorRegistrationElement
Base class for the default and key elements that can occur inside the <interceptor> element.
Ee649496.pubclass(en-us,PandP.20).gif InterceptorRegistrationElementCollection
A collection of InterceptorRegistrationElement objects as shown in configuration.
Ee649496.pubclass(en-us,PandP.20).gif InterceptorsElement
Configuration element that provides a top-level element for configuration interceptors for types in a container.
Ee649496.pubclass(en-us,PandP.20).gif InterceptorsInterceptorElement
Configuration element that represents the configuration for a specific interceptor, as presented in the config file inside the <interceptors> element.
Ee649496.pubclass(en-us,PandP.20).gif InterceptorsInterceptorElementCollection
A collection of InterceptorsInterceptorElement objects as stored in configuration.
Ee649496.pubclass(en-us,PandP.20).gif KeyElement
The <key> element that occurs inside an <interceptor> element
Ee649496.pubclass(en-us,PandP.20).gif MatchingRuleElement
A configuration element representing a matching rule.
Ee649496.pubclass(en-us,PandP.20).gif MatchingRuleElementCollection
A collection of MatchingRuleElements for configuration.
Ee649496.pubclass(en-us,PandP.20).gif PolicyChildElement
Base class for the two children of the Policy element: MatchingRuleElement and CallHandlerElement.
Ee649496.pubclass(en-us,PandP.20).gif PolicyElement
Configuration element for building up an interception policy.
Ee649496.pubclass(en-us,PandP.20).gif PolicyElementCollection
A collection of PolicyElement in the configuration.
Ee649496.pubclass(en-us,PandP.20).gif PolicyInjectionElement
A shortcut element to enable the policy injection behavior.