C# Class AdvancedLauncher.UI.Commands.ModelCommand

Inheritance: ICommand
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
ModelCommand ( Action execute ) : System
ModelCommand ( Action execute, Predicate canExecute ) : System
OnCanExecuteChanged ( ) : void

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

ModelCommand() public méthode

public ModelCommand ( Action execute ) : System
execute Action
Résultat System

ModelCommand() public méthode

public ModelCommand ( Action execute, Predicate canExecute ) : System
execute Action
canExecute Predicate
Résultat System

OnCanExecuteChanged() public méthode

public OnCanExecuteChanged ( ) : void
Résultat void