C# Class RavenFS.Studio.Infrastructure.ActionCommand

Inheritance: Command
Afficher le fichier Open project: hibernating-rhinos/RavenFS

Méthodes publiques

Méthode Description
ActionCommand ( System.Action action ) : System
ActionCommand ( Action action ) : System
ActionCommand ( Action action, bool>.Func canExecute ) : System
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Method Details

ActionCommand() public méthode

public ActionCommand ( System.Action action ) : System
action System.Action
Résultat System

ActionCommand() public méthode

public ActionCommand ( Action action ) : System
action Action
Résultat System

ActionCommand() public méthode

public ActionCommand ( Action action, bool>.Func canExecute ) : System
action Action
canExecute bool>.Func
Résultat System

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void