C# Class GitHub.Authentication.Helpers.ActionCommand

Command that performs the specified action when invoked.
Inheritance: ICommand
Afficher le fichier Open project: Microsoft/Git-Credential-Manager-for-Windows Class Usage Examples

Méthodes publiques

Méthode Description
ActionCommand ( System.Action commandAction ) : System
ActionCommand ( Action commandAction ) : System
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

Method Details

ActionCommand() public méthode

public ActionCommand ( System.Action commandAction ) : System
commandAction System.Action
Résultat System

ActionCommand() public méthode

public ActionCommand ( Action commandAction ) : System
commandAction Action
Résultat System

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