Click or drag to resize

Slash.Unity.DataBind.Foundation.Providers.Lookups Namespace

Lookups take a data value and provide a specific part of it
Classes
  ClassDescription
Public classCollectionLookup
Looks up an item with a specific index from a given collection.
Public classCollectionRangeLookup
Returns a part of a given collection.
Public classCollectionWhereBehaviour
Returns the item of the collection that has a specific value at a specific path.
Public classDictionaryLookup
Looks up a value from a data dictionary by its key.