![]() | CollectionLookup Class |
Namespace: Slash.Unity.DataBind.Foundation.Providers.Lookups
The CollectionLookup type exposes the following members.
Name | Description | |
---|---|---|
![]() | CollectionLookup | Initializes a new instance of the CollectionLookup 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.) |
![]() | Disable |
Disable the operator.
(Overrides DataBindingOperatorDisable.) |
![]() | Enable |
Enable the operator.
(Overrides DataBindingOperatorEnable.) |
![]() | 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 | |
---|---|---|
![]() | Collection |
Collection to get item from.
|
![]() | DefaultValue |
Default value if index wasn't found in collection.
|
![]() | Index |
Index of item to get from collection.
|