C# Class Cirrious.MvvmCross.Plugins.MethodBinding.MvxMethodSourceBinding

Inheritance: Cirrious.MvvmCross.Binding.Bindings.Source.MvxSourceBinding, ICommand
Afficher le fichier Open project: Everbridge/sm-MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
GetValue ( ) : object
MvxMethodSourceBinding ( object source, MethodInfo methodInfo ) : System
SetValue ( object value ) : void

Method Details

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

GetValue() public méthode

public GetValue ( ) : object
Résultat object

MvxMethodSourceBinding() public méthode

public MvxMethodSourceBinding ( object source, MethodInfo methodInfo ) : System
source object
methodInfo System.Reflection.MethodInfo
Résultat System

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void