C# Class Zetbox.ConfigEditor.ViewModels.SimpleCommandViewModel

Inheritance: CommandViewModel
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
SimpleCommandViewModel ( string label, string toolTip, System.Action execute ) : System
SimpleCommandViewModel ( string label, string toolTip, System.Action execute, Func canExecute ) : System

Method Details

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

SimpleCommandViewModel() public méthode

public SimpleCommandViewModel ( string label, string toolTip, System.Action execute ) : System
label string
toolTip string
execute System.Action
Résultat System

SimpleCommandViewModel() public méthode

public SimpleCommandViewModel ( string label, string toolTip, System.Action execute, Func canExecute ) : System
label string
toolTip string
execute System.Action
canExecute Func
Résultat System