An NDoc Documented Class Library

ICommand Methods

The methods of the ICommand interface are listed below. For a complete list of ICommand interface members, see the ICommand Members topic.

Public Instance Methods

execute Executes logic of this particular ICommand taking passed IContext under consideration. ICommand may finalize processing current context returning true, or pass execution to other commands in chain by returning false.

See Also

ICommand Interface | NChain Namespace