Method | Description | |
---|---|---|
Execute ( Context context ) : object | ||
IfCommand ( IExpression condition, ICommand thencommand ) : System | ||
IfCommand ( IExpression condition, ICommand thencommand, ICommand elsecommand ) : System |
public IfCommand ( IExpression condition, ICommand thencommand ) : System | ||
condition | IExpression | |
thencommand | ICommand | |
return | System |
public IfCommand ( IExpression condition, ICommand thencommand, ICommand elsecommand ) : System | ||
condition | IExpression | |
thencommand | ICommand | |
elsecommand | ICommand | |
return | System |