C# Class MvvmCross.BindingEx.Wpf.Bi

Mostrar archivo Open project: MvvmCross/MvvmCross

Public Properties

Property Type Description
ndProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Property Type Description
Bi System.Collections.Generic
CallBackWhenndIsChanged void
ParseBindingDescriptions IEnumerable
ResolveBindingCreator IMvxBindingCreator

Public Methods

Method Description
Getnd ( DependencyObject obj ) : string
Setnd ( DependencyObject obj, string value ) : void

Private Methods

Method Description
Bi ( ) : System.Collections.Generic
CallBackWhenndIsChanged ( object sender, DependencyPropertyChangedEventArgs args ) : void
ParseBindingDescriptions ( string bindingText ) : IEnumerable
ResolveBindingCreator ( ) : IMvxBindingCreator

Method Details

Getnd() public static method

public static Getnd ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
return string

Setnd() public static method

public static Setnd ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
return void

Property Details

ndProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ndProperty
return Windows.UI.Xaml.DependencyProperty