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

Inheritance: IMvxSourceBindingFactoryExtension
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

Méthode Description
TryCreateBinding ( object source, MvxPropertyToken currentToken, List remainingTokens, IMvxSourceBinding &result ) : bool

Méthodes protégées

Méthode Description
FindMethodInfo ( object source, string name ) : MethodInfo

Method Details

FindMethodInfo() protected méthode

protected FindMethodInfo ( object source, string name ) : MethodInfo
source object
name string
Résultat System.Reflection.MethodInfo

TryCreateBinding() public méthode

public TryCreateBinding ( object source, MvxPropertyToken currentToken, List remainingTokens, IMvxSourceBinding &result ) : bool
source object
currentToken MvxPropertyToken
remainingTokens List
result IMvxSourceBinding
Résultat bool