Microsoft.Practices.Unity.ObjectBuilder Namespace
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. |
Classes
Class | Description | |
---|---|---|
DefaultUnityConstructorSelectorPolicy |
An implementation of IConstructorSelectorPolicy that is aware of the build keys used by the Unity container.
|
|
DefaultUnityMethodSelectorPolicy |
An implementation of IMethodSelectorPolicy that is aware of the build keys used by the Unity container.
|
|
DefaultUnityPropertySelectorPolicy |
An implementation of IPropertySelectorPolicy that is aware of the build keys used by the unity container.
|
|
LiteralValueDependencyResolverPolicy |
A IDependencyResolverPolicy implementation that returns the value set in the constructor.
|
|
NamedTypeDependencyResolverPolicy |
An implementation of IDependencyResolverPolicy that stores a type and name, and at resolution time puts them together into a NamedTypeBuildKey.
|
|
SpecifiedConstructorSelectorPolicy |
An implementation of IConstructorSelectorPolicy that selects the given constructor and creates the appropriate resolvers to call it with the specified parameters.
|
|
SpecifiedMemberSelectorHelper |
Helper class for implementing selector policies that need to set up dependency resolver policies.
|
|
SpecifiedMethodsSelectorPolicy |
A IMethodSelectorPolicy implementation that calls the specific methods with the given parameters.
|
|
SpecifiedPropertiesSelectorPolicy |
An implementation of IPropertySelectorPolicy which returns the set of specific properties that the selector was configured with.
|
Enumerations
Enumeration | Description | |
---|---|---|
UnityBuildStage |
The build stages we use in the Unity container strategy pipeline.
|