C# Class MvvmCross.Binding.Bindings.Target.MvxPropertyInfoTargetBinding

Inheritance: MvxConvertingTargetBinding
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxPropertyInfoTargetBinding ( object target, PropertyInfo targetPropertyInfo ) : System

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void
SetValueImpl ( object target, object value ) : void

Method Details

Dispose() protected method

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

MvxPropertyInfoTargetBinding() public method

public MvxPropertyInfoTargetBinding ( object target, PropertyInfo targetPropertyInfo ) : System
target object
targetPropertyInfo System.Reflection.PropertyInfo
return System

SetValueImpl() protected method

protected SetValueImpl ( object target, object value ) : void
target object
value object
return void