Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetValue ( ) : object | ||
SetValue ( object value ) : void |
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
GetSourceValue ( ) : object | ||
MvxSourceStep ( |
||
OnDataContextChanged ( ) : void | ||
OnFirstChangeListenerAdded ( ) : void | ||
OnLastChangeListenerRemoved ( ) : void | ||
SendSourcePropertyChanged ( ) : void | ||
SetSourceValue ( object sourceValue ) : void |
Method | Description | |
---|---|---|
ApplyValueConverterSourceToTarget ( object value ) : object | ||
ApplyValueConverterTargetToSource ( object value ) : object | ||
ConvertSourceToTarget ( object value ) : object |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | void |
protected abstract GetSourceValue ( ) : object | ||
return | object |
protected MvxSourceStep ( |
||
description | ||
return | System |
protected OnFirstChangeListenerAdded ( ) : void | ||
return | void |
protected OnLastChangeListenerRemoved ( ) : void | ||
return | void |
protected SendSourcePropertyChanged ( ) : void | ||
return | void |
protected abstract SetSourceValue ( object sourceValue ) : void | ||
sourceValue | object | |
return | void |