C# 클래스 Zetetic.Chain.Generic.DispatchLookupCommand

Lookup and execute a method other than 'Execute' in an ICommand implementation.
상속: LookupCommand, IFilter
파일 보기 프로젝트 열기: skradel/Zetetic.Chain

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
ExecuteInnerCommand ( IContext ctx ) : CommandResult
InterpretResult ( object o ) : CommandResult
ResolveInnerCommand ( IContext ctx, string &catSource ) : void

메소드 상세

ExecuteInnerCommand() 보호된 메소드

protected ExecuteInnerCommand ( IContext ctx ) : CommandResult
ctx IContext
리턴 CommandResult

InterpretResult() 보호된 메소드

protected InterpretResult ( object o ) : CommandResult
o object
리턴 CommandResult

ResolveInnerCommand() 보호된 메소드

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