Endeca Presentation API
ENEQueryResults Class
NamespacesEndeca.NavigationENEQueryResults
Result object returned from a query to an Endeca MDEX Engine.
Declaration Syntax
C#Visual BasicVisual C++
public class ENEQueryResults
Public Class ENEQueryResults
public ref class ENEQueryResults
Members
All MembersMethodsProperties



IconMemberDescription
AggrERec
Gets the Endeca aggregated record object result.

ContainsAggrERec()()
Indicates whether this query results object contains an Endeca aggregated record.

ContainsDimensionSearch()()
Indicates whether this query results object contains a dimension search results object.

ContainsDimSearch()()
Indicates whether this query results object contains a dimension search results object.

ContainsERec()()
Indicates whether this query results object contains an Endeca record.

ContainsERecs()()
Indicates whether this query results object contains one or more Endeca records.

ContainsNavigation()()
Indicates whether this query results object contains a Navigation object.

DimensionSearch
Gets the dimension search object result.

DimSearch Obsolete.
Gets the dimension search object result.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ERec
Gets the Endeca record object result.

ERecs
Gets the Endeca records for the result.

Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Navigation
Gets the navigation object result.

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
TotalNetworkAndComputeTime
Gets the total number of seconds spent waiting for the MDEX Engine to respond to all queries.

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
Object
ENEQueryResults

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0