C# Class Cirrious.MvvmCross.Plugins.FieldBinding.MvxChainedNotifyChangeFieldSourceBinding

Inheritance: MvxNotifyChangeFieldSourceBinding
Mostra file Open project: Everbridge/sm-MvvmCross Class Usage Examples

Public Properties

Property Type Description
DisableWarnIndexedValueBindingWarning bool

Private Properties

Property Type Description
ChildSourceBindingChanged void
WarnIfChildTokensSuspiciousOfIndexedValueBinding void

Public Methods

Method Description
GetValue ( ) : object
MvxChainedNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange, List childTokens ) : System
SetValue ( object value ) : void

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void
NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void
UpdateChildBinding ( ) : void

Private Methods

Method Description
ChildSourceBindingChanged ( object sender, EventArgs e ) : void
WarnIfChildTokensSuspiciousOfIndexedValueBinding ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

GetValue() public method

public GetValue ( ) : object
return object

MvxChainedNotifyChangeFieldSourceBinding() public method

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

NotifyChangeOnChanged() protected method

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

SetValue() public method

public SetValue ( object value ) : void
value object
return void

UpdateChildBinding() protected method

protected UpdateChildBinding ( ) : void
return void

Property Details

DisableWarnIndexedValueBindingWarning public_oe static_oe property

public static bool DisableWarnIndexedValueBindingWarning
return bool