Click or drag to resize
SearchTermResult Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineSearchTermResult

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

The SearchTermResult type exposes the following members.

Constructors
  NameDescription
Public methodSearchTermResult
Initializes a new instance of the SearchTermResult class
Top
Properties
  NameDescription
Public propertyElemNumber
Element number of the associated value.
Public propertyRanges
List of ranges. For example, if the user searches the term read and the associative value is Reading, then the corresponding range would be Read in Reading.
Public propertyText
Text of the associated value.
Top
See Also