C# Class MvvmCross.Binding.Droid.Target.MvxAndroidPropertyInfoTargetBinding

Inheritance: MvvmCross.Binding.Bindings.Target.MvxPropertyInfoTargetBinding
Exibir arquivo Open project: MvvmCross/MvvmCross

Protected Methods

Method Description
MvxAndroidPropertyInfoTargetBinding ( object target, PropertyInfo targetPropertyInfo ) : System.Reflection
ShouldSkipSetValueForPlatformSpecificReasons ( object target, object value ) : bool

Method Details

MvxAndroidPropertyInfoTargetBinding() protected method

protected MvxAndroidPropertyInfoTargetBinding ( object target, PropertyInfo targetPropertyInfo ) : System.Reflection
target object
targetPropertyInfo System.Reflection.PropertyInfo
return System.Reflection

ShouldSkipSetValueForPlatformSpecificReasons() protected method

protected ShouldSkipSetValueForPlatformSpecificReasons ( object target, object value ) : bool
target object
value object
return bool