C# Class FlatRedBall.Glue.MVVM.CommandBase

Inheritance: ICommand
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
CanExecute ( object parameter ) : bool
CommandBase ( System.Action execute, Func canExecute = null ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public method

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

CommandBase() public method

public CommandBase ( System.Action execute, Func canExecute = null ) : System
execute System.Action
canExecute Func
return System

Execute() public method

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