C# Class AzureDNSManager.Command

Inheritance: System.Windows.Input.ICommand
Afficher le fichier Open project: sandercox/AzureDNSManager Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( Object parameter ) : bool
Command ( System.Action action, bool canExecute = true ) : System
Command ( Action action, bool canExecute = true ) : System
Execute ( Object parameter ) : void

Method Details

CanExecute() public méthode

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

Command() public méthode

public Command ( System.Action action, bool canExecute = true ) : System
action System.Action
canExecute bool
Résultat System

Command() public méthode

public Command ( Action action, bool canExecute = true ) : System
action Action
canExecute bool
Résultat System

Execute() public méthode

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