C# Class ConnectSdk.Demo.Demo.Command

Inheritance: ICommand
Show file Open project: ConnectSDK/Connect-SDK-Windows-Sampler

Public Methods

Method Description
CanExecute ( object parameter ) : bool
Command ( Action executeAction ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public method

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

Command() public method

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

Execute() public method

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