C# Class AjScript.Commands.IfCommand

Inheritance: ICommand
Datei anzeigen Open project: ajlopez/AjScript Class Usage Examples

Public Methods

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

Method Details

Execute() public method

public Execute ( IContext context ) : void
context IContext
return void

IfCommand() public method

public IfCommand ( IExpression condition, ICommand thenCommand, ICommand elseCommand = null ) : System
condition IExpression
thenCommand ICommand
elseCommand ICommand
return System