C# Class MvvmCross.Binding.Bindings.Source.Leaf.MvxLeafPropertyInfoSourceBinding

Inheritance: MvxPropertyInfoSourceBinding
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
GetValue ( ) : object
SetValue ( object value ) : void

Méthodes protégées

Méthode Description
MvxLeafPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System
OnBoundPropertyChanged ( ) : void
PropertyIndexParameters ( ) : object[]

Method Details

GetValue() public méthode

public GetValue ( ) : object
Résultat object

MvxLeafPropertyInfoSourceBinding() protected méthode

protected MvxLeafPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System
source object
propertyInfo System.Reflection.PropertyInfo
Résultat System

OnBoundPropertyChanged() protected méthode

protected OnBoundPropertyChanged ( ) : void
Résultat void

PropertyIndexParameters() protected abstract méthode

protected abstract PropertyIndexParameters ( ) : object[]
Résultat object[]

SetValue() public méthode

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