C# Class RSSReader.ViewModels.MyCommand

Inheritance: ICommand
ファイルを表示 Open project: ecologylab/ecologylabSemanticsExamples.NET

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
MyCommand ( Action action, Func checkExecutable = null ) : System
MyCommand ( Action action, bool>.Func checkExecutable = null ) : 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

MyCommand() public method

public MyCommand ( Action action, Func checkExecutable = null ) : System
action Action
checkExecutable Func
return System

MyCommand() public method

public MyCommand ( Action action, bool>.Func checkExecutable = null ) : System
action Action
checkExecutable bool>.Func
return System