InstanceValueElement 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 InstanceValueElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InstanceValueElement |
Methods
Properties
Name | Description | |
---|---|---|
ElementInformation | (Inherited from ConfigurationElement.) | |
ElementProperty | (Inherited from ConfigurationElement.) | |
ElementType |
The concrete type of this element.
(Inherited from InjectionParameterValueElement.) |
|
EvaluationContext | (Inherited from ConfigurationElement.) | |
Item | Overloaded. | |
LockAllAttributesExcept | (Inherited from ConfigurationElement.) | |
LockAllElementsExcept | (Inherited from ConfigurationElement.) | |
LockAttributes | (Inherited from ConfigurationElement.) | |
LockElements | (Inherited from ConfigurationElement.) | |
LockItem | (Inherited from ConfigurationElement.) | |
Properties | (Inherited from ConfigurationElement.) | |
TypeConverterName |
The type converter to use to convert the Value into the instance. If not specified, we use the default converter for the type.
|
|
TypeName |
Type of the instance to create. If not specified, defaults to string
|
|
TypeResolver |
Get/set the Type Resolver
(Inherited from TypeResolvingConfigurationElement.) |
|
TypeToCreate |
The Type instance after resolution of type aliases.
|
|
Value |
Value to use to initialize the instance.
|