C# 클래스 Cirrious.MvvmCross.Plugins.FieldBinding.MvxChainedNotifyChangeFieldSourceBinding

상속: MvxNotifyChangeFieldSourceBinding
파일 보기 프로젝트 열기: Everbridge/sm-MvvmCross 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DisableWarnIndexedValueBindingWarning bool

Private Properties

프로퍼티 타입 설명
ChildSourceBindingChanged void
WarnIfChildTokensSuspiciousOfIndexedValueBinding void

공개 메소드들

메소드 설명
GetValue ( ) : object
MvxChainedNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange, List childTokens ) : System
SetValue ( object value ) : void

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void
NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void
UpdateChildBinding ( ) : void

비공개 메소드들

메소드 설명
ChildSourceBindingChanged ( object sender, EventArgs e ) : void
WarnIfChildTokensSuspiciousOfIndexedValueBinding ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

GetValue() 공개 메소드

public GetValue ( ) : object
리턴 object

MvxChainedNotifyChangeFieldSourceBinding() 공개 메소드

public MvxChainedNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange, List childTokens ) : System
source object
notifyChange INotifyChange
childTokens List
리턴 System

NotifyChangeOnChanged() 보호된 메소드

protected NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
리턴 void

SetValue() 공개 메소드

public SetValue ( object value ) : void
value object
리턴 void

UpdateChildBinding() 보호된 메소드

protected UpdateChildBinding ( ) : void
리턴 void

프로퍼티 상세

DisableWarnIndexedValueBindingWarning 공개적으로 정적으로 프로퍼티

public static bool DisableWarnIndexedValueBindingWarning
리턴 bool