C# Class AzureDNSManager.Command

Inheritance: System.Windows.Input.ICommand
Datei anzeigen Open project: sandercox/AzureDNSManager Class Usage Examples

Public Methods

Method 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 method

public CanExecute ( Object parameter ) : bool
parameter Object
return bool

Command() public method

public Command ( System.Action action, bool canExecute = true ) : System
action System.Action
canExecute bool
return System

Command() public method

public Command ( Action action, bool canExecute = true ) : System
action Action
canExecute bool
return System

Execute() public method

public Execute ( Object parameter ) : void
parameter Object
return void