C# 클래스 MvvmCross.BindingEx.Wpf.WindowsBinding.MvxWindowsBindingCreator

상속: MvxBindingCreator
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

보호된 메소드들

메소드 설명
ApplyBinding ( MvxBindingDescription bindingDescription, Type actualType, FrameworkElement attachedObject ) : void
ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void
ConvertMode ( MvxBindingMode mode, Type propertyType ) : BindingMode
GetConverter ( IMvxValueConverter converter ) : IValueConverter

메소드 상세

ApplyBinding() 보호된 메소드

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

ApplyBindings() 보호된 메소드

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

ConvertMode() 보호된 정적인 메소드

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

GetConverter() 보호된 정적인 메소드

protected static GetConverter ( IMvxValueConverter converter ) : IValueConverter
converter IMvxValueConverter
리턴 IValueConverter