C# Class AGENT.PackageViewer.Command.DelegateCommand

Inheritance: ICommand
Afficher le fichier Open project: nothingmn/AGENT.Contrib

Méthodes publiques

Méthode Description
CanExecute ( ) : bool
CanExecute ( object parameter ) : bool
DelegateCommand ( System.Action executeAction ) : System
DelegateCommand ( System.Action executeAction, Func canExecute ) : System
DelegateCommand ( Action executeAction ) : System
DelegateCommand ( Action executeAction, bool>.Func canExecute ) : System
Execute ( ) : void
Execute ( object parameter ) : void
RaiseCanExecuteChanged ( ) : void

Method Details

CanExecute() public méthode

public CanExecute ( ) : bool
Résultat bool

CanExecute() public méthode

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

DelegateCommand() public méthode

public DelegateCommand ( System.Action executeAction ) : System
executeAction System.Action
Résultat System

DelegateCommand() public méthode

public DelegateCommand ( System.Action executeAction, Func canExecute ) : System
executeAction System.Action
canExecute Func
Résultat System

DelegateCommand() public méthode

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

DelegateCommand() public méthode

public DelegateCommand ( Action executeAction, bool>.Func canExecute ) : System
executeAction Action
canExecute bool>.Func
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void

Execute() public méthode

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

RaiseCanExecuteChanged() public méthode

public RaiseCanExecuteChanged ( ) : void
Résultat void