ContextDataProvider Class |
Namespace: Slash.Unity.DataBind.Foundation.Providers.Getters
The ContextDataProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| ContextDataProvider | Initializes a new instance of the ContextDataProvider class |
| Name | Description | |
|---|---|---|
| Value |
Current data value.
(Overrides DataProviderValue.) |
| 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.) | |
| UpdateValue |
Called when the value of the data provider should be updated.
(Overrides DataProviderUpdateValue.) |
| Name | Description | |
|---|---|---|
| Context |
Data binding for context to get data from.
| |
| ContextType |
Type of context the binding provides.
Used to show the path drop down.
| |
| Path |
Path to get data from context from.
|