C# Class MonoMobile.Views.BindingOperations

Afficher le fichier Open project: rhwilburn/MVVM-for-Mono

Private Properties

Свойство Type Description
GetBindingExpressions IBindingExpression[]
HandleDataContextPropertyChanged void
UpdateBindings void

Méthodes publiques

Méthode Description
ClearAllBindings ( ) : void
ClearBinding ( object target, string property ) : void
ClearBindings ( object element ) : void
GetBinding ( object target, string property ) : Binding
GetBindingExpression ( Binding binding ) : IBindingExpression
GetBindingExpression ( object target, string property ) : IBindingExpression
GetBindingExpressionsForElement ( object element ) : IBindingExpression[]
IsDataBound ( IBindable target, string property ) : bool
SetBinding ( IBindable target, Binding binding ) : IBindingExpression
SetBinding ( IBindable target, string targetProperty, object dataContext ) : IBindingExpression

Private Methods

Méthode Description
GetBindingExpressions ( string property ) : IBindingExpression[]
HandleDataContextPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
UpdateBindings ( ) : void

Method Details

ClearAllBindings() public static méthode

public static ClearAllBindings ( ) : void
Résultat void

ClearBinding() public static méthode

public static ClearBinding ( object target, string property ) : void
target object
property string
Résultat void

ClearBindings() public static méthode

public static ClearBindings ( object element ) : void
element object
Résultat void

GetBinding() public static méthode

public static GetBinding ( object target, string property ) : Binding
target object
property string
Résultat Binding

GetBindingExpression() public static méthode

public static GetBindingExpression ( Binding binding ) : IBindingExpression
binding Binding
Résultat IBindingExpression

GetBindingExpression() public static méthode

public static GetBindingExpression ( object target, string property ) : IBindingExpression
target object
property string
Résultat IBindingExpression

GetBindingExpressionsForElement() public static méthode

public static GetBindingExpressionsForElement ( object element ) : IBindingExpression[]
element object
Résultat IBindingExpression[]

IsDataBound() public static méthode

public static IsDataBound ( IBindable target, string property ) : bool
target IBindable
property string
Résultat bool

SetBinding() public static méthode

public static SetBinding ( IBindable target, Binding binding ) : IBindingExpression
target IBindable
binding Binding
Résultat IBindingExpression

SetBinding() public static méthode

public static SetBinding ( IBindable target, string targetProperty, object dataContext ) : IBindingExpression
target IBindable
targetProperty string
dataContext object
Résultat IBindingExpression