C# Class MvvmCross.BindingEx.Wpf.MvxBinding.Target.MvxDependencyPropertyTargetBinding

Inheritance: MvvmCross.Binding.Bindings.Target.MvxConvertingTargetBinding
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
MvxDependencyPropertyTargetBinding ( object target, string targetName, DependencyProperty targetDependencyProperty, Type actualPropertyType ) : System
SubscribeToEvents ( ) : void

Méthodes protégées

Méthode Description
GetValueByReflection ( ) : object
MakeSafeValue ( object value ) : object
SetValueImpl ( object target, object value ) : void

Method Details

GetValueByReflection() protected méthode

protected GetValueByReflection ( ) : object
Résultat object

MakeSafeValue() protected méthode

protected MakeSafeValue ( object value ) : object
value object
Résultat object

MvxDependencyPropertyTargetBinding() public méthode

public MvxDependencyPropertyTargetBinding ( object target, string targetName, DependencyProperty targetDependencyProperty, Type actualPropertyType ) : System
target object
targetName string
targetDependencyProperty Windows.UI.Xaml.DependencyProperty
actualPropertyType System.Type
Résultat System

SetValueImpl() protected méthode

protected SetValueImpl ( object target, object value ) : void
target object
value object
Résultat void

SubscribeToEvents() public méthode

public SubscribeToEvents ( ) : void
Résultat void