C# Class DartSharp.Commands.IfCommand

Inheritance: ICommand
Afficher le fichier Open project: ajlopez/DartSharp

Méthodes publiques

Méthode Description
Execute ( Context context ) : object
IfCommand ( IExpression condition, ICommand thencommand ) : System
IfCommand ( IExpression condition, ICommand thencommand, ICommand elsecommand ) : System

Method Details

Execute() public méthode

public Execute ( Context context ) : object
context Context
Résultat object

IfCommand() public méthode

public IfCommand ( IExpression condition, ICommand thencommand ) : System
condition IExpression
thencommand ICommand
Résultat System

IfCommand() public méthode

public IfCommand ( IExpression condition, ICommand thencommand, ICommand elsecommand ) : System
condition IExpression
thencommand ICommand
elsecommand ICommand
Résultat System