![]() | CollectionWhereBehaviour Class |
Namespace: Slash.Unity.DataBind.Foundation.Providers.Lookups
The CollectionWhereBehaviour type exposes the following members.
Name | Description | |
---|---|---|
![]() | CollectionWhereBehaviour | Initializes a new instance of the CollectionWhereBehaviour class |
Name | Description | |
---|---|---|
![]() | Value |
Current data value.
(Overrides DataProvider.Value.) |
Name | Description | |
---|---|---|
![]() | Deinit |
Deinitializes the operator.
By default this method removes the added bindings.
(Overrides DataBindingOperator.Deinit().) |
![]() | Disable |
Disable the operator.
(Overrides DataBindingOperator.Disable().) |
![]() | Enable |
Enable the operator.
(Overrides DataBindingOperator.Enable().) |
![]() | Init |
Initializes the operator.
This method should be used to add bindings.
(Overrides DataBindingOperator.Init().) |
![]() | UpdateValue |
Called when the value of the data provider should be updated.
(Overrides DataProvider.UpdateValue().) |
Name | Description | |
---|---|---|
![]() | Collection |
Collection to check items.
|
![]() | ComparisonValue |
Value to compare item value with.
|
![]() | ItemPath |
Path to value within item to compare to comparison value.
|