Метод | Описание | |
---|---|---|
SimpleExpressionBinding ( string sourceExpression, string targetExpression ) : System.Collections.Generic |
Initializes a new instance of the SimpleExpressionBinding class.
|
|
SimpleExpressionBinding ( string sourceExpression, string targetExpression, IFormatter formatter ) : System.Collections.Generic |
Initializes a new instance of the SimpleExpressionBinding class.
|
Метод | Описание | |
---|---|---|
GetSourceValue ( object source, object>.IDictionary |
Gets the source value for the binding.
|
|
GetTargetValue ( object target, object>.IDictionary |
Gets the target value for the binding.
|
|
SetSourceValue ( object source, object value, object>.IDictionary |
Sets the source value for the binding.
|
|
SetTargetValue ( object target, object value, object>.IDictionary |
Sets the target value for the binding.
|
protected GetSourceValue ( object source, object>.IDictionary |
||
source | object | /// Source object to extract value from. /// |
variables | object>.IDictionary | /// Variables for expression evaluation. /// |
Результат | object |
protected GetTargetValue ( object target, object>.IDictionary |
||
target | object | /// Source object to extract value from. /// |
variables | object>.IDictionary | /// Variables for expression evaluation. /// |
Результат | object |
protected SetSourceValue ( object source, object value, object>.IDictionary |
||
source | object | /// The source object to set the value on. /// |
value | object | /// The value to set. /// |
variables | object>.IDictionary | /// Variables for expression evaluation. /// |
Результат | void |
protected SetTargetValue ( object target, object value, object>.IDictionary |
||
target | object | /// The target object to set the value on. /// |
value | object | /// The value to set. /// |
variables | object>.IDictionary | /// Variables for expression evaluation. /// |
Результат | void |
public SimpleExpressionBinding ( string sourceExpression, string targetExpression ) : System.Collections.Generic | ||
sourceExpression | string | /// The source expression. /// |
targetExpression | string | /// The target expression. /// |
Результат | System.Collections.Generic |
public SimpleExpressionBinding ( string sourceExpression, string targetExpression, IFormatter formatter ) : System.Collections.Generic | ||
sourceExpression | string | /// The source expression. /// |
targetExpression | string | /// The target expression. /// |
formatter | IFormatter | /// The formatter to use. /// |
Результат | System.Collections.Generic |