C# Class DDDLanguage.RelayCommand

Inheritance: ICommand
Datei anzeigen Open project: ngs-doo/dsl-compiler-client

Public Methods

Method Description
RelayCommand ( System.Action execute ) : System
RelayCommand ( System.Action execute, Func canExecute ) : System
RelayCommand ( Action execute, Func canExecute ) : System

Private Methods

Method Description
ICommand ( object parameter ) : bool
ICommand ( object parameter ) : void

Method Details

RelayCommand() public method

public RelayCommand ( System.Action execute ) : System
execute System.Action
return System

RelayCommand() public method

public RelayCommand ( System.Action execute, Func canExecute ) : System
execute System.Action
canExecute Func
return System

RelayCommand() public method

public RelayCommand ( Action execute, Func canExecute ) : System
execute Action
canExecute Func
return System