메소드 | 설명 | |
---|---|---|
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 |
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 |