C# Class Cirrious.MvvmCross.Binding.Bindings.Source.MvxPropertyInfoSourceBinding

Inheritance: Cirrious.MvvmCross.Binding.Bindings.Source.MvxSourceBinding
Afficher le fichier Open project: Zoldeper/Blooor

Méthodes publiques

Méthode Description
MvxPropertyInfoSourceBinding ( object source, string propertyName ) : System
SetValue ( object value ) : void
TryGetValue ( object &value ) : bool

Méthodes protégées

Méthode Description
OnBoundPropertyChanged ( ) : void

Method Details

MvxPropertyInfoSourceBinding() public méthode

public MvxPropertyInfoSourceBinding ( object source, string propertyName ) : System
source object
propertyName string
Résultat System

OnBoundPropertyChanged() protected méthode

protected OnBoundPropertyChanged ( ) : void
Résultat void

SetValue() public méthode

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

TryGetValue() public méthode

public TryGetValue ( object &value ) : bool
value object
Résultat bool