IBuilderContext 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 IBuilderContext type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloneForNewBuild |
Create a new IBuilderContext which has the same strategies, locator, policies, and lifetime but a new build key and existing object. Used to execute recursive calls when building up dependencies.
|
Properties
Name | Description | |
---|---|---|
BuildComplete |
Flag indicating if the build operation should continue.
|
|
BuildKey |
Get the current build key for the current build operation.
|
|
Existing |
The current object being built up or torn down.
|
|
Lifetime |
Gets the ILifetimeContainer associated with the build.
|
|
Locator |
Gets the locator available to the strategies.
|
|
OriginalBuildKey |
Gets the original build key for the build operation.
|
|
PersistentPolicies |
The set of policies that were passed into this context.
|
|
Policies |
Gets the policies for the current context.
|
|
RecoveryStack |
Gets the collection of IRequiresRecovery objects that need to execute in event of an exception.
|
|
Strategies |
Gets the head of the strategy chain.
|