C# 클래스 MvvmCross.BindingEx.Wpf.MvxBindingCreator

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

공개 메소드들

메소드 설명
CreateBindings ( object sender, DependencyPropertyChangedEventArgs args, Func parseBindingDescriptions ) : void

보호된 메소드들

메소드 설명
ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void

메소드 상세

ApplyBindings() 보호된 추상적인 메소드

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

CreateBindings() 공개 메소드

public CreateBindings ( object sender, DependencyPropertyChangedEventArgs args, Func parseBindingDescriptions ) : void
sender object
args Windows.UI.Xaml.DependencyPropertyChangedEventArgs
parseBindingDescriptions Func
리턴 void