C# Class a7DocumentDbStudio.Utils.LambdaCommand

Inheritance: ICommand
Show file Open project: alekkowalczyk/a7DocumentDbStudio Class Usage Examples

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
LambdaCommand ( Action execute, bool>.Func canExecute = 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

LambdaCommand() public method

public LambdaCommand ( Action execute, bool>.Func canExecute = null ) : System
execute Action
canExecute bool>.Func
return System