C# Class Zetetic.Chain.Generic.DispatchLookupCommand

Lookup and execute a method other than 'Execute' in an ICommand implementation.
Inheritance: LookupCommand, IFilter
显示文件 Open project: skradel/Zetetic.Chain

Private Properties

Property Type Description

Protected Methods

Method Description
ExecuteInnerCommand ( IContext ctx ) : CommandResult
InterpretResult ( object o ) : CommandResult
ResolveInnerCommand ( IContext ctx, string &catSource ) : void

Method Details

ExecuteInnerCommand() protected method

protected ExecuteInnerCommand ( IContext ctx ) : CommandResult
ctx IContext
return CommandResult

InterpretResult() protected method

protected InterpretResult ( object o ) : CommandResult
o object
return CommandResult

ResolveInnerCommand() protected method

protected ResolveInnerCommand ( IContext ctx, string &catSource ) : void
ctx IContext
catSource string
return void