C# Class Cirrious.MvvmCross.ViewModels.MvxCommand

Inheritance: MvxCommandBase, IMvxCommand
Afficher le fichier Open project: Everbridge/sm-MvvmCross Class Usage Examples

Méthodes publiques

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

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

Execute() public méthode

public Execute ( ) : void
Résultat void

Execute() public méthode

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

MvxCommand() public méthode

public MvxCommand ( System.Action execute ) : System
execute System.Action
Résultat System

MvxCommand() public méthode

public MvxCommand ( System.Action execute, Func canExecute ) : System
execute System.Action
canExecute Func
Résultat System