C# Class Dev2.Runtime.Configuration.ViewModels.Base.RelayCommand

Inheritance: ICommand
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RaiseCanExecuteChanged ( ) : void
RelayCommand ( Action handlingMethod ) : System
RelayCommand ( Action handlingMethod, Predicate canHandingMethodExecute ) : System

Method Details

CanExecute() public méthode

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

Execute() public méthode

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

RaiseCanExecuteChanged() public méthode

public RaiseCanExecuteChanged ( ) : void
Résultat void

RelayCommand() public méthode

public RelayCommand ( Action handlingMethod ) : System
handlingMethod Action
Résultat System

RelayCommand() public méthode

public RelayCommand ( Action handlingMethod, Predicate canHandingMethodExecute ) : System
handlingMethod Action
canHandingMethodExecute Predicate
Résultat System