C# Class GenericCommandDemo.WholeClassForACommand

Inheritance: ICommand
ファイルを表示 Open project: markrendle/FunctionalAlchemy

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
WholeClassForACommand ( MainViewModel mainViewModel ) : System

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

WholeClassForACommand() public method

public WholeClassForACommand ( MainViewModel mainViewModel ) : System
mainViewModel MainViewModel
return System