C# Class Concordion.Internal.Commands.ExecuteCommand

Inheritance: ICommand
ファイルを表示 Open project: concordion/concordion-net Class Usage Examples

Public Methods

Method Description
AddExecuteListener ( IExecuteListener listener ) : void
AnnounceExecuteCompleted ( Element element ) : void
Execute ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
RemoveExecuteListener ( IExecuteListener listener ) : void
Setup ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
Verify ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void

Method Details

AddExecuteListener() public method

public AddExecuteListener ( IExecuteListener listener ) : void
listener IExecuteListener
return void

AnnounceExecuteCompleted() public method

public AnnounceExecuteCompleted ( Element element ) : void
element Concordion.Api.Element
return void

Execute() public method

public Execute ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
return void

RemoveExecuteListener() public method

public RemoveExecuteListener ( IExecuteListener listener ) : void
listener IExecuteListener
return void

Setup() public method

public Setup ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
return void

Verify() public method

public Verify ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
return void