C# Class AjScript.Commands.DeleteCommand

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

Méthodes publiques

Méthode Description
DeleteCommand ( IExpression expression ) : System
Execute ( IContext context ) : void

Method Details

DeleteCommand() public méthode

public DeleteCommand ( IExpression expression ) : System
expression IExpression
Résultat System

Execute() public méthode

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