C# Class MvvmCross.BindingEx.Wpf.WindowsBinding.MvxWindowsBindingCreator

Inheritance: MvxBindingCreator
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes protégées

Méthode Description
ApplyBinding ( MvxBindingDescription bindingDescription, Type actualType, FrameworkElement attachedObject ) : void
ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void
ConvertMode ( MvxBindingMode mode, Type propertyType ) : BindingMode
GetConverter ( IMvxValueConverter converter ) : IValueConverter

Method Details

ApplyBinding() protected méthode

protected ApplyBinding ( MvxBindingDescription bindingDescription, Type actualType, FrameworkElement attachedObject ) : void
bindingDescription MvvmCross.Binding.Bindings.MvxBindingDescription
actualType System.Type
attachedObject Windows.UI.Xaml.FrameworkElement
Résultat void

ApplyBindings() protected méthode

protected ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void
attachedObject Windows.UI.Xaml.FrameworkElement
bindingDescriptions IEnumerable
Résultat void

ConvertMode() protected static méthode

protected static ConvertMode ( MvxBindingMode mode, Type propertyType ) : BindingMode
mode MvxBindingMode
propertyType System.Type
Résultat BindingMode

GetConverter() protected static méthode

protected static GetConverter ( IMvxValueConverter converter ) : IValueConverter
converter IMvxValueConverter
Résultat IValueConverter