Method | Description | |
---|---|---|
Execute ( IContext context ) : void | ||
IfCommand ( IExpression condition, ICommand thenCommand, ICommand elseCommand = null ) : System |
public IfCommand ( IExpression condition, ICommand thenCommand, ICommand elseCommand = null ) : System | ||
condition | IExpression | |
thenCommand | ICommand | |
elseCommand | ICommand | |
return | System |