C# Class CalDavSynchronizer.Ui.DelegateCommandWithoutCanExecuteDelegation

Inheritance: ICommand
Mostrar archivo Open project: aluxnimm/outlookcaldavsynchronizer

Public Methods

Method Description
CanExecute ( object parameter ) : bool
DelegateCommandWithoutCanExecuteDelegation ( Action execute ) : System
Execute ( object parameter ) : void
SetCanExecute ( bool value ) : void

Method Details

CanExecute() public method

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

DelegateCommandWithoutCanExecuteDelegation() public method

public DelegateCommandWithoutCanExecuteDelegation ( Action execute ) : System
execute Action
return System

Execute() public method

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

SetCanExecute() public method

public SetCanExecute ( bool value ) : void
value bool
return void