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

Inheritance: MvxBindingCreator
Mostrar archivo Open project: MvvmCross/MvvmCross

Protected Methods

Method 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 method

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

ApplyBindings() protected method

protected ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void
attachedObject Windows.UI.Xaml.FrameworkElement
bindingDescriptions IEnumerable
return void

ConvertMode() protected static method

protected static ConvertMode ( MvxBindingMode mode, Type propertyType ) : BindingMode
mode MvxBindingMode
propertyType System.Type
return BindingMode

GetConverter() protected static method

protected static GetConverter ( IMvxValueConverter converter ) : IValueConverter
converter IMvxValueConverter
return IValueConverter