Click or drag to resize

DictionaryLookup Class

Looks up a value from a data dictionary by its key.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.LookupsDictionaryLookup

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

The DictionaryLookup type exposes the following members.

Constructors
  NameDescription
Public methodDictionaryLookup
Initializes a new instance of the DictionaryLookup class
Top
Properties
Methods
Fields
  NameDescription
Public fieldDefaultValue
Default value if key wasn't found in dictionary.
Public fieldDictionary
Dictionary to get value from.
Public fieldKey
Key to get value for.
Top
See Also