Method | Description | |
---|---|---|
Convert ( object value, |
Converts a value.
|
|
ConvertBack ( object value, |
Converts a value.
|
|
SuspendableBindingConverter ( IValueConverter internalConverter, WatchdogBinding binding ) : System |
Initializes a new instance of the SuspendableBindingConverter class.
|
public Convert ( object value, |
||
value | object | The value produced by the binding source. |
targetType | The type of the binding target property. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object |
public ConvertBack ( object value, |
||
value | object | The value that is produced by the binding target. |
targetType | The type to convert to. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object |
public SuspendableBindingConverter ( IValueConverter internalConverter, WatchdogBinding binding ) : System | ||
internalConverter | IValueConverter | The internal converter. |
binding | WatchdogBinding | The binding. |
return | System |