Method | Description | |
---|---|---|
AddBinding ( this view, object target, IMvxUpdateableBinding binding, object clearKey = null ) : void | ||
AddBinding ( this view, object target, |
||
AddBindings ( this view, IDictionary |
||
AddBindings ( this view, string>.IDictionary | ||
AddBindings ( this view, object target, IEnumerable |
||
AddBindings ( this view, object target, IEnumerable |
||
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 |
||
CreateBindingContext ( this view, string bindingText ) : void | ||
DelayBind ( this view, System.Action bindingAction ) : void |
public static AddBinding ( this view, object target, IMvxUpdateableBinding binding, object clearKey = null ) : void | ||
view | this | |
target | object | |
binding | IMvxUpdateableBinding | |
clearKey | object | |
return | void |
public static AddBinding ( this view, object target, |
||
view | this | |
target | object | |
bindingDescription | ||
clearKey | object | |
return | void |
public static AddBindings ( this view, IDictionary |
||
view | this | |
bindingMap | IDictionary |
|
clearKey | object | |
return | void |
public static AddBindings ( this view, string>.IDictionary | ||
view | this | |
bindingMap | string>.IDictionary | |
clearKey | object | |
return | void |
public static AddBindings ( this view, object target, IEnumerable |
||
view | this | |
target | object | |
bindings | IEnumerable |
|
clearKey | object | |
return | void |
public static AddBindings ( this view, object target, IEnumerable |
||
view | this | |
target | object | |
bindingDescriptions | IEnumerable |
|
clearKey | object | |
return | void |
public static AddBindings ( this view, object target, string bindingText, object clearKey = null ) : void | ||
view | this | |
target | object | |
bindingText | string | |
clearKey | object | |
return | void |
public static ClearAllBindings ( this owner ) : void | ||
owner | this | |
return | void |
public static ClearBindings ( this owner, object target ) : void | ||
owner | this | |
target | object | |
return | void |
public static CreateBindingContext ( this view ) : void | ||
view | this | |
return | void |
public static CreateBindingContext ( this view, IEnumerable |
||
view | this | |
bindings | IEnumerable |
|
return | void |
public static CreateBindingContext ( this view, string bindingText ) : void | ||
view | this | |
bindingText | string | |
return | void |
public static DelayBind ( this view, System.Action bindingAction ) : void | ||
view | this | |
bindingAction | System.Action | |
return | void |