Click or drag to resize

CollectionWhereBehaviour Class

Returns the item of the collection that has a specific value at a specific path.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.LookupsCollectionWhereBehaviour

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Lookups
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class CollectionWhereBehaviour : DataProvider

The CollectionWhereBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodCollectionWhereBehaviour
Initializes a new instance of the CollectionWhereBehaviour class
Top
Properties
Methods
Fields
  NameDescription
Public fieldCollection
Collection to check items.
Public fieldComparisonValue
Value to compare item value with.
Public fieldItemPath
Path to value within item to compare to comparison value.
Top
See Also