C# Class CommandApp.ExecuteCommand

Inheritance: BusyCommandBase
Afficher le fichier Open project: arielbh/CodeCommander

Méthodes publiques

Méthode Description
CanExecute ( ) : bool
Execute ( ) : void
ExecuteCommand ( MainViewModel mainViewModel ) : System
InterpretResponse ( ProcessorInput response ) : bool

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteCommand() public méthode

public ExecuteCommand ( MainViewModel mainViewModel ) : System
mainViewModel MainViewModel
Résultat System

InterpretResponse() public méthode

public InterpretResponse ( ProcessorInput response ) : bool
response CodeValue.CodeCommander.ProcessorInput
Résultat bool