C# Class SuperSimpleLyncKiosk.ViewModels.Command

Inheritance: ICommand
Show file Open project: shanselman/LyncAutoAnswer

Public Methods

Method Description
Command ( ) : System
Command ( Action execute ) : System
Command ( Action execute, Boolean>.Func canExecute ) : System
NotifyCanExecuteChanged ( ) : void

Private Methods

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

Method Details

Command() public method

public Command ( ) : System
return System

Command() public method

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

Command() public method

public Command ( Action execute, Boolean>.Func canExecute ) : System
execute Action
canExecute Boolean>.Func
return System

NotifyCanExecuteChanged() public method

public NotifyCanExecuteChanged ( ) : void
return void