MatchingRuleConfigurationElement Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
The MatchingRuleConfigurationElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MatchingRuleConfigurationElement |
Methods
Properties
Name | Description | |
---|---|---|
ElementInformation | (Inherited from ConfigurationElement.) | |
ElementProperty | (Inherited from ConfigurationElement.) | |
EvaluationContext | (Inherited from ConfigurationElement.) | |
Injection |
Sets the injection configuration for the given type and name.
(Inherited from RuleDrivenPolicyElementConfigurationElement.) |
|
Item | Overloaded. | |
Lifetime |
Sets the lifetime for the given type and name. Transient means to create a new instance every type and is the default. Singleton means to return the same instance on every request.
(Inherited from RuleDrivenPolicyElementConfigurationElement.) |
|
LockAllAttributesExcept | (Inherited from ConfigurationElement.) | |
LockAllElementsExcept | (Inherited from ConfigurationElement.) | |
LockAttributes | (Inherited from ConfigurationElement.) | |
LockElements | (Inherited from ConfigurationElement.) | |
LockItem | (Inherited from ConfigurationElement.) | |
Name |
Returns name of the element.
(Inherited from RuleDrivenPolicyElementConfigurationElement.) |
|
Properties | (Inherited from ConfigurationElement.) | |
Type |
The actual Type object for the type this element is registering.
(Inherited from RuleDrivenPolicyElementConfigurationElement.) |
|
TypeName |
The type for the represented element.
(Inherited from RuleDrivenPolicyElementConfigurationElement.) |
|
TypeResolver |
Get/set the Type Resolver
(Inherited from TypeResolvingConfigurationElement.) |
See Also
MatchingRuleConfigurationElement Class
Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace