C# Class MahTweets2.Commands.ActionCommand

Inheritance: ICommand
Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

ActionCommand() public méthode

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

ActionCommand() public méthode

public ActionCommand ( bool>.Func canExecute, Action execute ) : System
canExecute bool>.Func
execute 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