C# Class MvvmCross.Binding.Bindings.Source.MvxSourceBinding

Inheritance: MvxBinding, IMvxSourceBinding
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
GetValue ( ) : object
SetValue ( object value ) : void

Protected Methods

Method Description
EqualsCurrentValue ( object testValue ) : bool
FireChanged ( ) : void
MvxSourceBinding ( object source ) : System

Method Details

EqualsCurrentValue() protected method

protected EqualsCurrentValue ( object testValue ) : bool
testValue object
return bool

FireChanged() protected method

protected FireChanged ( ) : void
return void

GetValue() public abstract method

public abstract GetValue ( ) : object
return object

MvxSourceBinding() protected method

protected MvxSourceBinding ( object source ) : System
source object
return System

SetValue() public abstract method

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