Method | Description | |
---|---|---|
CommandExecutor ( ICommandDispatcher dispatcher ) : System | ||
Execute ( ICommand command ) : void | ||
ExecuteCommands ( IEnumerable |
||
Validate ( ICommand command ) : IEnumerable |
||
ValidateCommands ( IEnumerable |
Method | Description | |
---|---|---|
CreateExecutor ( ICommand command, ICommandHandler handler ) : Executor | ||
GetExecutorInfo ( ICommand command, ICommandHandler handler ) : Executor |
public CommandExecutor ( ICommandDispatcher dispatcher ) : System | ||
dispatcher | ICommandDispatcher | |
return | System |
public static Execute ( ICommand command ) : void | ||
command | ICommand | |
return | void |
public ExecuteCommands ( IEnumerable |
||
commands | IEnumerable |
|
return | void |
public static Validate ( ICommand command ) : IEnumerable |
||
command | ICommand | |
return | IEnumerable |
public ValidateCommands ( IEnumerable |
||
commands | IEnumerable |
|
return | IEnumerable |