Метод | Описание | |
---|---|---|
MultipleSelectionListControlBinding ( string sourceExpression, string targetExpression, BindingDirection direction, IFormatter itemFormatter ) : System |
Creates a new instance of this binding. If no formatter is specified, a DataSourceItemFormatter will be used. |
Метод | Описание | |
---|---|---|
DoBindSourceToTarget ( object source, object target, object>.IDictionary |
Actually performs unbinding the ListControl's selected values into the target's IList
|
|
DoBindTargetToSource ( object source, object target, object>.IDictionary |
Actually performs binding the targetlist to the ListControl.
|
|
SetSourceValue ( object source, object value, object>.IDictionary |
Setting source value is not allowed in this bindingType.
|
|
SetTargetValue ( object target, object value, object>.IDictionary |
Setting target value is not allowed in this bindingType.
|
protected DoBindSourceToTarget ( object source, object target, object>.IDictionary |
||
source | object | |
target | object | |
variables | object>.IDictionary | |
Результат | void |
protected DoBindTargetToSource ( object source, object target, object>.IDictionary |
||
source | object | |
target | object | |
variables | object>.IDictionary | |
Результат | void |
public MultipleSelectionListControlBinding ( string sourceExpression, string targetExpression, BindingDirection direction, IFormatter itemFormatter ) : System | ||
sourceExpression | string | The expression that will evaluate to the |
targetExpression | string | The expression that will evaluate to an |
direction | BindingDirection | Binding's direction |
itemFormatter | IFormatter | An optional formatter converting target items into |
Результат | System |
protected SetSourceValue ( object source, object value, object>.IDictionary |
||
source | object | |
value | object | |
variables | object>.IDictionary | |
Результат | void |
protected SetTargetValue ( object target, object value, object>.IDictionary |
||
target | object | |
value | object | |
variables | object>.IDictionary | |
Результат | void |