Share via


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
Ee649918.pubmethod(en-us,PandP.10).gif StrategyChain Overloaded.

Methods

  Name Description
Ee649918.pubmethod(en-us,PandP.10).gif Add
Adds a strategy to the chain.
Ee649918.pubmethod(en-us,PandP.10).gif AddRange
Adds strategies to the chain.
Ee649918.pubmethod(en-us,PandP.10).gif Equals (Inherited from Object.)
Ee649918.pubmethod(en-us,PandP.10).gif ExecuteBuildUp
Execute this strategy chain against the given context to build up.
Ee649918.pubmethod(en-us,PandP.10).gif ExecuteTearDown
Execute this strategy chain against the given context, calling the TearDown methods on the strategies.
Ee649918.protmethod(en-us,PandP.10).gif Finalize (Inherited from Object.)
Ee649918.pubmethod(en-us,PandP.10).gif GetEnumerator
Returns an enumerator that iterates through a collection.
Ee649918.pubmethod(en-us,PandP.10).gif GetHashCode (Inherited from Object.)
Ee649918.pubmethod(en-us,PandP.10).gif GetType (Inherited from Object.)
Ee649918.protmethod(en-us,PandP.10).gif MemberwiseClone (Inherited from Object.)
Ee649918.pubmethod(en-us,PandP.10).gif Reverse
Reverse the order of the strategy chain.
Ee649918.pubmethod(en-us,PandP.10).gif ToString (Inherited from Object.)

Explicit Interface Implementations

  Name Description
Ee649918.pubinterface(en-us,PandP.10).gifEe649918.privmethod(en-us,PandP.10).gif IEnumerable<IBuilderStrategy>.GetEnumerator

See Also

StrategyChain Class

Microsoft.Practices.ObjectBuilder2 Namespace