Метод | Описание | |
---|---|---|
ClearAllBindings ( ) : void | ||
ClearBindings ( object clearKey ) : void | ||
DelayBind ( Action action ) : void | ||
Dispose ( ) : void | ||
Init ( object dataContext, object firstBindingKey, IEnumerable |
||
Init ( object dataContext, object firstBindingKey, string firstBindingValue ) : IMvxBindingContext | ||
RegisterBinding ( object target, IMvxUpdateableBinding binding ) : void | ||
RegisterBindingWithClearKey ( object clearKey, object target, IMvxUpdateableBinding binding ) : void | ||
RegisterBindingsWithClearKey ( object clearKey, IMvxUpdateableBinding>.IEnumerable |
Метод | Описание | |
---|---|---|
ClearAllDelayedBindings ( ) : void | ||
ClearAllDirectBindings ( ) : void | ||
ClearAllViewBindings ( ) : void | ||
Dispose ( bool disposing ) : void | ||
OnDataContextChange ( ) : void |
Must be called on main thread as it creates the target bindings, and creating target bindings might subscribe to events that needs to be done on main thread (like touchupinside). If the code is run in Synchronous mode there will be a performance hit, there are however some use-cases(iOS automatic resizing cells).
|
Метод | Описание | |
---|---|---|
AddDelayedAction ( object key, IEnumerable |
||
AddDelayedAction ( object key, string value ) : void |
protected ClearAllDelayedBindings ( ) : void | ||
Результат | void |
protected ClearAllDirectBindings ( ) : void | ||
Результат | void |
public ClearBindings ( object clearKey ) : void | ||
clearKey | object | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Init ( object dataContext, object firstBindingKey, IEnumerable |
||
dataContext | object | |
firstBindingKey | object | |
firstBindingValue | IEnumerable |
|
Результат | IMvxBindingContext |
public Init ( object dataContext, object firstBindingKey, string firstBindingValue ) : IMvxBindingContext | ||
dataContext | object | |
firstBindingKey | object | |
firstBindingValue | string | |
Результат | IMvxBindingContext |
public RegisterBinding ( object target, IMvxUpdateableBinding binding ) : void | ||
target | object | |
binding | IMvxUpdateableBinding | |
Результат | void |
public RegisterBindingWithClearKey ( object clearKey, object target, IMvxUpdateableBinding binding ) : void | ||
clearKey | object | |
target | object | |
binding | IMvxUpdateableBinding | |
Результат | void |
public RegisterBindingsWithClearKey ( object clearKey, IMvxUpdateableBinding>.IEnumerable | ||
clearKey | object | |
bindings | IMvxUpdateableBinding>.IEnumerable | |
Результат | void |