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

Inheritance: MvxSourceBinding
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
SourcePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void
MvxPropertyInfoSourceBinding ( object source, PropertyInfo propertyInfo ) : System
OnBoundPropertyChanged ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

MvxPropertyInfoSourceBinding() protected method

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

OnBoundPropertyChanged() protected abstract method

protected abstract OnBoundPropertyChanged ( ) : void
return void

SourcePropertyChanged() public method

public SourcePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
return void