The ENEQueryResults type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | Equals | (Inherited from Object.) |
![]() | 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.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AggrERec |
Gets the Endeca aggregated record object result.
|
![]() | DimensionSearch |
Gets the dimension search object result.
|
![]() | DimSearch | Obsolete.
Gets the dimension search object result.
|
![]() | ERec |
Gets the Endeca record object result.
|
![]() | ERecs |
Gets the Endeca records for the result.
|
![]() | Navigation |
Gets the navigation object result.
|
![]() | TotalNetworkAndComputeTime |
Gets the total number of seconds spent waiting for the MDEX
Engine to respond to all queries.
|