C# Class ExRam.MvvmCross.ObservableBinding.ObservableMvxPropertySourceBindingFactoryExtension

Inheritance: IMvxSourceBindingFactoryExtension
Afficher le fichier Open project: ExRam/ExRam.MvvmCross.ObservableBinding

Méthodes publiques

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

Méthodes protégées

Méthode Description
FindPropertyInfo ( object source, string name ) : PropertyInfo

Private Methods

Méthode Description
ObservableMvxPropertySourceBindingFactoryExtension ( ) : System

Method Details

FindPropertyInfo() protected méthode

protected FindPropertyInfo ( object source, string name ) : PropertyInfo
source object
name string
Résultat System.Reflection.PropertyInfo

ObservableMvxPropertySourceBindingFactoryExtension() public méthode

public ObservableMvxPropertySourceBindingFactoryExtension ( IMvxMainThreadDispatcher mainThreadDispatcher ) : System
mainThreadDispatcher IMvxMainThreadDispatcher
Résultat System

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