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

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

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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()() | (Inherited from Object.) |
![]() | TotalNetworkAndComputeTime |
Gets the total number of seconds spent waiting for the MDEX
Engine to respond to all queries.
|

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.

Object | |
![]() | ENEQueryResults |