C# Class MvvmCross.BindingEx.Wpf.MvxBinding.MvxMvvmCrossBindingCreator

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

Méthodes publiques

Свойство Type Description
BindingsListProperty Windows.UI.Xaml.DependencyProperty
DataContextWatcherProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
GetBindingsList ( DependencyObject d ) : IList
GetDataContextWatcher ( DependencyObject d ) : object
SetBindingsList ( DependencyObject d, string value ) : void
SetDataContextWatcher ( DependencyObject d, string value ) : void

Méthodes protégées

Méthode Description
ApplyBindings ( FrameworkElement attachedObject, IEnumerable bindingDescriptions ) : void

Private Methods

Méthode Description
DataContext_Changed ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
GetOrCreateBindingsList ( FrameworkElement attachedObject ) : IList
RegisterBindingsForUpdates ( FrameworkElement attachedObject, IEnumerable bindings ) : void

Method Details

ApplyBindings() protected méthode

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

GetBindingsList() public static méthode

public static GetBindingsList ( DependencyObject d ) : IList
d Windows.UI.Xaml.DependencyObject
Résultat IList

GetDataContextWatcher() public static méthode

public static GetDataContextWatcher ( DependencyObject d ) : object
d Windows.UI.Xaml.DependencyObject
Résultat object

SetBindingsList() public static méthode

public static SetBindingsList ( DependencyObject d, string value ) : void
d Windows.UI.Xaml.DependencyObject
value string
Résultat void

SetDataContextWatcher() public static méthode

public static SetDataContextWatcher ( DependencyObject d, string value ) : void
d Windows.UI.Xaml.DependencyObject
value string
Résultat void

Property Details

BindingsListProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BindingsListProperty
Résultat Windows.UI.Xaml.DependencyProperty

DataContextWatcherProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml DataContextWatcherProperty
Résultat Windows.UI.Xaml.DependencyProperty