ComponentDataSynchronizer Class |
Namespace: Slash.Unity.DataBind.Foundation.Synchronizers
The ComponentDataSynchronizer type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentDataSynchronizer | Initializes a new instance of the ComponentDataSynchronizer class |
| Name | Description | |
|---|---|---|
| Deinit |
Deinitializes the operator.
By default this method removes the added bindings.
(Overrides DataBindingOperatorDeinit.) | |
| Init |
Initializes the operator.
This method should be used to add bindings.
(Overrides DataBindingOperatorInit.) | |
| OnComponentValueChanged |
Has to be called by derived classes when the value of the component has changed.
| |
| OnContextChanged |
Has to be called when an anchestor context changed as the data value may change.
(Overrides DataBindingOperatorOnContextChanged.) | |
| SetComponentValue |
Sets a new data value on the target component.
|
| Name | Description | |
|---|---|---|
| Path |
Path to value in data context.
| |
| TargetBinding |
Target component.
|