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

Inheritance: MvxPropertyInfoSourceBinding
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
GetValue ( ) : object
SetValue ( object value ) : void

Protected Methods

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

Method Details

GetValue() public method

public GetValue ( ) : object
return object

MvxLeafPropertyInfoSourceBinding() protected method

protected MvxLeafPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System
source object
propertyInfo System.Reflection.PropertyInfo
return System

OnBoundPropertyChanged() protected method

protected OnBoundPropertyChanged ( ) : void
return void

PropertyIndexParameters() protected abstract method

protected abstract PropertyIndexParameters ( ) : object[]
return object[]

SetValue() public method

public SetValue ( object value ) : void
value object
return void