StrategyChain 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 StrategyChain type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StrategyChain | Overloaded. |
Methods
Name | Description | |
---|---|---|
Add |
Adds a strategy to the chain.
|
|
AddRange |
Adds strategies to the chain.
|
|
Equals | (Inherited from Object.) | |
ExecuteBuildUp |
Execute this strategy chain against the given context to build up.
|
|
ExecuteTearDown |
Execute this strategy chain against the given context, calling the TearDown methods on the strategies.
|
|
Finalize | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through a collection.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Reverse |
Reverse the order of the strategy chain.
|
|
ToString | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<IBuilderStrategy>.GetEnumerator |