Result object returned from a query to an Endeca MDEX Engine.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public class ENEQueryResults
Visual Basic
Public Class ENEQueryResults
Visual C++
public ref class ENEQueryResults

Remarks

The ENEQueryResults object is returned by the Query method of the HttpENEConnection and AuthHttpENEConnection classes. The ENEQueryResults object encapsulates these four objects: Navigation, ERecList, AggrERec, and DimensionSearchResult. The ENEQueryResults object also contains the total time (in seconds) that was spent waiting for the MDEX Engine to respond.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..ENEQueryResults

See Also