RuleDrivenPolicyElementConfigurationElement 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 RuleDrivenPolicyElementConfigurationElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RuleDrivenPolicyElementConfigurationElement |
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.
|
|
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.
|
|
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.
|
|
Properties | (Inherited from ConfigurationElement.) | |
Type |
The actual Type object for the type this element is registering.
|
|
TypeName |
The type for the represented element.
|
|
TypeResolver |
Get/set the Type Resolver
(Inherited from TypeResolvingConfigurationElement.) |
See Also
RuleDrivenPolicyElementConfigurationElement Class
Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace