Method | Description | |
---|---|---|
Convert ( object values, |
Converts source values to a value for the binding target.
|
|
ConvertBack ( object value, |
Converts a binding target value to the source binding values.
|
|
EvalBindingConverter ( string expression, System.Language language, |
Initialise a new instance of the EvalBindingConverter class.
|
Method | Description | |
---|---|---|
OnResolveIdentifier ( object sender, |
Occurs when the contained eval needs to resolve an unknown identifier.
|
Method | Description | |
---|---|---|
ConvertUsingConverter ( |
public Convert ( object values, |
||
values | object | The array of values that the source bindings produces. |
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 the binding target produces. |
targetTypes | The array of types to convert to. | |
parameter | object | The converter parameter to use. |
culture | The culture to use in the converter. | |
return | object[] |
public EvalBindingConverter ( string expression, System.Language language, |
||
expression | string | Immutable expression to evaluate. |
language | System.Language | Language used to parse and the expression. |
target | Framework element that is target of conversion result. | |
return | System |
protected OnResolveIdentifier ( object sender, |
||
sender | object | Source of event. |
e | An ResolveIdentifierEventArgs containing the event data. | |
return | void |