C# Class MsmqFastView.Infrastructure.DelegateCommand

Inheritance: ICommand
Datei anzeigen Open project: whut/MsmqFastView

Public Methods

Method Description
CanExecute ( object parameter ) : bool
DelegateCommand ( Action executeDelegate ) : System
DelegateCommand ( Predicate canExecuteDelegate, Action executeDelegate ) : System
Execute ( object parameter ) : void
RaiseCanExecuteChanged ( ) : void

Method Details

CanExecute() public method

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

DelegateCommand() public method

public DelegateCommand ( Action executeDelegate ) : System
executeDelegate Action
return System

DelegateCommand() public method

public DelegateCommand ( Predicate canExecuteDelegate, Action executeDelegate ) : System
canExecuteDelegate Predicate
executeDelegate Action
return System

Execute() public method

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

RaiseCanExecuteChanged() public method

public RaiseCanExecuteChanged ( ) : void
return void