C# Class AjScript.Commands.ForEachCommand

Inheritance: ICommand
Mostrar archivo Open project: ajlopez/AjScript Class Usage Examples

Public Methods

Method Description
Execute ( IContext context ) : void
ForEachCommand ( string name, IExpression expression, ICommand command ) : System

Method Details

Execute() public method

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

ForEachCommand() public method

public ForEachCommand ( string name, IExpression expression, ICommand command ) : System
name string
expression IExpression
command ICommand
return System