C# Class EventStore.VSTools.Views.DelegateCommand

Inheritance: ICommand
Afficher le fichier Open project: AlexeyRaga/esvstools

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
DelegateCommand ( Action action ) : System
DelegateCommand ( bool>.Func canRun, Action action ) : System
Execute ( object parameter ) : void
UpdateStatus ( ) : void

Method Details

CanExecute() public méthode

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

DelegateCommand() public méthode

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

DelegateCommand() public méthode

public DelegateCommand ( bool>.Func canRun, Action action ) : System
canRun bool>.Func
action Action
Résultat System

Execute() public méthode

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

UpdateStatus() public méthode

public UpdateStatus ( ) : void
Résultat void