An NDoc Documented Class Library

IChain Interface

IChain is ordered list of commands. It receives particular IContext that should be processed. IContext is processed by passing it to commands available in IChain(starting from first ICommand in IChain to the last one). IContext processing is performed until one of the IChain's commands returns true, one of the IChain's commands throws an exception or end of the IChain's commands list is reached.

For a list of all members of this type, see IChain Members.

[Visual Basic]
Public Interface IChain
    Implements ICommand
[C#]
public interface IChain : ICommand

Types that implement IChain

Type Description
ChainBase Base class for IChain implementations.

Requirements

Namespace: NChain

Assembly: NChain (in NChain.dll)

See Also

IChain Members | NChain Namespace