C# Class WorkflowDesigner.Sdk.DelegateCommand

Inheritance: ICommand
Afficher le fichier Open project: DenisVuyka/SLWorkflowDesigner

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
DelegateCommand ( Action method ) : System
DelegateCommand ( Action method, Predicate canExecute ) : System
Execute ( object parameter ) : void
RaiseCanExecuteChanged ( ) : void

Méthodes protégées

Méthode Description
OnCanExecuteChanged ( EventArgs e ) : void

Method Details

CanExecute() public méthode

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

DelegateCommand() public méthode

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

DelegateCommand() public méthode

public DelegateCommand ( Action method, Predicate canExecute ) : System
method Action
canExecute Predicate
Résultat System

Execute() public méthode

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

OnCanExecuteChanged() protected méthode

protected OnCanExecuteChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

RaiseCanExecuteChanged() public méthode

public RaiseCanExecuteChanged ( ) : void
Résultat void