C# Class AdvancedLauncher.UI.Commands.ModelCommand

Inheritance: ICommand
Datei anzeigen Open project: GoldRenard/DMOAdvancedLauncher

Public Methods

Method 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 method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

ModelCommand() public method

public ModelCommand ( Action execute ) : System
execute Action
return System

ModelCommand() public method

public ModelCommand ( Action execute, Predicate canExecute ) : System
execute Action
canExecute Predicate
return System

OnCanExecuteChanged() public method

public OnCanExecuteChanged ( ) : void
return void