C# Class AjScript.Commands.IfCommand

Inheritance: ICommand
Afficher le fichier Open project: ajlopez/AjScript Class Usage Examples

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( IContext context ) : void
context IContext
Résultat void

IfCommand() public méthode

public IfCommand ( IExpression condition, ICommand thenCommand, ICommand elseCommand = null ) : System
condition IExpression
thenCommand ICommand
elseCommand ICommand
Résultat System