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

Inheritance: MvxNotifyChangeFieldSourceBinding
Afficher le fichier Open project: Everbridge/sm-MvvmCross Class Usage Examples

Méthodes publiques

Свойство Type Description
DisableWarnIndexedValueBindingWarning bool

Private Properties

Свойство Type Description
ChildSourceBindingChanged void
WarnIfChildTokensSuspiciousOfIndexedValueBinding void

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void
NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void
UpdateChildBinding ( ) : void

Private Methods

Méthode Description
ChildSourceBindingChanged ( object sender, EventArgs e ) : void
WarnIfChildTokensSuspiciousOfIndexedValueBinding ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

GetValue() public méthode

public GetValue ( ) : object
Résultat object

MvxChainedNotifyChangeFieldSourceBinding() public méthode

public MvxChainedNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange, List childTokens ) : System
source object
notifyChange INotifyChange
childTokens List
Résultat System

NotifyChangeOnChanged() protected méthode

protected NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
Résultat void

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void

UpdateChildBinding() protected méthode

protected UpdateChildBinding ( ) : void
Résultat void

Property Details

DisableWarnIndexedValueBindingWarning public_oe static_oe property

public static bool DisableWarnIndexedValueBindingWarning
Résultat bool