UnityTypeElement 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 UnityTypeElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UnityTypeElement |
Methods
Properties
Name | Description | |
---|---|---|
ElementInformation | (Inherited from ConfigurationElement.) | |
ElementProperty | (Inherited from ConfigurationElement.) | |
EvaluationContext | (Inherited from ConfigurationElement.) | |
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.) | |
MapTo |
The actual Type object for the mapTo element in the configuration file.
|
|
MapToName |
Destination type for type mapping.
|
|
Name |
Name to use when registering this type.
|
|
Properties | (Inherited from ConfigurationElement.) | |
Type |
The actual Type object for the type this element is registering.
|
|
TypeConfig |
The collection of type configuration elements that are used to add arbitrary new types to the configuration file.
|
|
TypeName |
Source type to configure in the container.
|
|
TypeResolver |
Get/set the Type Resolver
(Inherited from TypeResolvingConfigurationElement.) |