C# 클래스 MvvmCross.Binding.BindingContext.MvxBindingContextOwnerExtensions

파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

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