C# Class MsmqFastView.Infrastructure.DelegateCommand

Inheritance: ICommand
Afficher le fichier Open project: whut/MsmqFastView

Méthodes publiques

Méthode 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 méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

DelegateCommand() public méthode

public DelegateCommand ( Action executeDelegate ) : System
executeDelegate Action
Résultat System

DelegateCommand() public méthode

public DelegateCommand ( Predicate canExecuteDelegate, Action executeDelegate ) : System
canExecuteDelegate Predicate
executeDelegate Action
Résultat System

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

RaiseCanExecuteChanged() public méthode

public RaiseCanExecuteChanged ( ) : void
Résultat void