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

Inheritance: Cirrious.MvvmCross.Binding.Bindings.Source.MvxSourceBinding
Show file Open project: Zoldeper/Blooor

Public Methods

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

Protected Methods

Method Description
OnBoundPropertyChanged ( ) : void

Method Details

MvxPropertyInfoSourceBinding() public method

public MvxPropertyInfoSourceBinding ( object source, string propertyName ) : System
source object
propertyName string
return System

OnBoundPropertyChanged() protected method

protected OnBoundPropertyChanged ( ) : void
return void

SetValue() public method

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

TryGetValue() public method

public TryGetValue ( object &value ) : bool
value object
return bool