Click or drag to resize
SearchFieldDictionary Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineSearchFieldDictionary

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public class SearchFieldDictionary : ISearchFieldDictionary

The SearchFieldDictionary type exposes the following members.

Constructors
  NameDescription
Public methodSearchFieldDictionary
Initializes a new instance of the SearchFieldDictionary class
Top
Properties
  NameDescription
Public propertyField
Position of the field in the list of fields, starting from 0. The list of fields is defined in qResults/qFieldNames and contains the search associations.
Public propertyResult
List of the matching values. The maximum number of values in this list is set by qMaxNbrFieldMatches.
Top
See Also