Property | Type | Description | |
---|---|---|---|
InnerCommand | ICommand |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Execute ( IContext ctx ) : CommandResult | ||
PostProcess ( IContext ctx, |
Method | Description | |
---|---|---|
ExecuteInnerCommand ( IContext ctx ) : CommandResult | ||
ResolveInnerCommand ( IContext ctx, string &catSource ) : void |
public Execute ( IContext ctx ) : CommandResult | ||
ctx | IContext | |
return | CommandResult |
protected ExecuteInnerCommand ( IContext ctx ) : CommandResult | ||
ctx | IContext | |
return | CommandResult |
public PostProcess ( IContext ctx, |
||
ctx | IContext | |
ex | ||
return | FilterResult |
protected ResolveInnerCommand ( IContext ctx, string &catSource ) : void | ||
ctx | IContext | |
catSource | string | |
return | void |