C# Класс MvvmCross.Binding.BindingContext.MvxBindingContextOwnerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AddBinding ( this view, object target, IMvxUpdateableBinding binding, object clearKey = null ) : void
AddBinding ( this view, object target, MvxBindingDescription bindingDescription, object clearKey = null ) : void
AddBindings ( this view, IDictionary bindingMap, object clearKey = null ) : void
AddBindings ( this view, string>.IDictionary bindingMap, object clearKey = null ) : void
AddBindings ( this view, object target, IEnumerable bindings, object clearKey = null ) : void
AddBindings ( this view, object target, IEnumerable bindingDescriptions, object clearKey = null ) : void
AddBindings ( this view, object target, string bindingText, object clearKey = null ) : void
ClearAllBindings ( this owner ) : void
ClearBindings ( this owner, object target ) : void
CreateBindingContext ( this view ) : void
CreateBindingContext ( this view, IEnumerable bindings ) : void
CreateBindingContext ( this view, string bindingText ) : void
DelayBind ( this view, System.Action bindingAction ) : void

Описание методов

AddBinding() публичный статический Метод

public static AddBinding ( this view, object target, IMvxUpdateableBinding binding, object clearKey = null ) : void
view this
target object
binding IMvxUpdateableBinding
clearKey object
Результат void

AddBinding() публичный статический Метод

public static AddBinding ( this view, object target, MvxBindingDescription bindingDescription, object clearKey = null ) : void
view this
target object
bindingDescription MvvmCross.Binding.Bindings.MvxBindingDescription
clearKey object
Результат void

AddBindings() публичный статический Метод

public static AddBindings ( this view, IDictionary bindingMap, object clearKey = null ) : void
view this
bindingMap IDictionary
clearKey object
Результат void

AddBindings() публичный статический Метод

public static AddBindings ( this view, string>.IDictionary bindingMap, object clearKey = null ) : void
view this
bindingMap string>.IDictionary
clearKey object
Результат void

AddBindings() публичный статический Метод

public static AddBindings ( this view, object target, IEnumerable bindings, object clearKey = null ) : void
view this
target object
bindings IEnumerable
clearKey object
Результат void

AddBindings() публичный статический Метод

public static AddBindings ( this view, object target, IEnumerable bindingDescriptions, object clearKey = null ) : void
view this
target object
bindingDescriptions IEnumerable
clearKey object
Результат void

AddBindings() публичный статический Метод

public static AddBindings ( this view, object target, string bindingText, object clearKey = null ) : void
view this
target object
bindingText string
clearKey object
Результат void

ClearAllBindings() публичный статический Метод

public static ClearAllBindings ( this owner ) : void
owner this
Результат void

ClearBindings() публичный статический Метод

public static ClearBindings ( this owner, object target ) : void
owner this
target object
Результат void

CreateBindingContext() публичный статический Метод

public static CreateBindingContext ( this view ) : void
view this
Результат void

CreateBindingContext() публичный статический Метод

public static CreateBindingContext ( this view, IEnumerable bindings ) : void
view this
bindings IEnumerable
Результат void

CreateBindingContext() публичный статический Метод

public static CreateBindingContext ( this view, string bindingText ) : void
view this
bindingText string
Результат void

DelayBind() публичный статический Метод

public static DelayBind ( this view, System.Action bindingAction ) : void
view this
bindingAction System.Action
Результат void