The Navigation type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | GetActiveSortKeys |
Gets the active sort keys applicable for this navigation.
|
![]() | GetAnalyticsStatementResult |
Returns the AnalyticsStatementResult for the named query.
If results for the named analytics query does not exist,
null is returned.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(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 | |
---|---|---|
![]() | AggrERecs |
Gets the aggregated records associated with this navigation query,
which come from the original records consolidated by a rollup key.
|
![]() | AggrERecsOffset |
Gets the offset of the first aggregated record in the aggregated
record list with respect to the total number of aggregated
records in the dataset that match this navigation query.
|
![]() | AnalyticsQueryError |
Gets or sets the error message, if any, associated with the evaluation of
the analytics portion of the query results. This method reports
any errors that span multiple statements; it does NOT report errors
relating to an individual statement.
|
![]() | AnalyticsStatementNames |
Gets the set of statement names included in the analytics results
associated with this Navigation.
|
![]() | BulkAggrERecEnumerator |
Gets an Enumerator that provides access to the bulk aggregated
records associated with this navigation query.
|
![]() | BulkERecEnumerator |
Gets an Enumerator that provides access to the bulk records associated
with this navigation query.
|
![]() | CompleteDimensions |
Gets the complete dimensions integrated from the refinement
dimensions, the descriptor dimensions, and those that are
completely implicit.
|
![]() | CompleteDimGroups |
Gets the dimension groups of the complete dimensions integrated
from the refinement
dimensions, the descriptor dimensions, and those that are
completely implicit.
|
![]() | DescriptorDimensions |
Gets the dimensions for the descriptors for this navigation.
|
![]() | DescriptorDimGroups |
Gets the dimension groups of the dimensions for the descriptors
for this navigation.
|
![]() | ERecCompoundSearchKeys |
Gets the text search group keys applicable for this navigation.
|
![]() | ERecs |
Gets the records associated with this navigation query.
|
![]() | ERecSearchKeys |
Gets the text search keys applicable for this navigation.
|
![]() | ERecsOffset |
Gets the offset of the first record in the endeca record list with
respect to the total number of records in the dataset that match
this navigation query.
|
![]() | ESearchReports |
Gets the IDictionary of ESearchReports for this
navigation query result. Returns an empty set if there are no
ESearchReports
This functionality is deprecated and instead developers
should use ESearchReportsComplete.
|
![]() | ESearchReportsComplete |
Gets the IDictionary of IList of ESearchReportfor this
navigation query result. Returns an empty set if there are no
ESearchReports |
![]() | IntegratedDimensions |
Gets the dimensions integrated from the refinement dimensions and
the descriptor dimensions.
|
![]() | IntegratedDimGroups |
Gets the dimension groups of the dimensions integrated from the
refinement and descriptor dimensions.
|
![]() | KeyProperties |
Gets or Sets the key properties request for the navigation query.
|
![]() | RangeFilters |
Gets the range filters applied to this navigation query result.
|
![]() | RefinementDimensions |
Gets the dimensions of that still have refinements available with
respect to this query.
|
![]() | RefinementDimGroups |
Gets the dimension groups of the dimensions that still have
refinements available with respect to this navigation query.
|
![]() | RollupKeys |
Gets the rollup keys applicable for this navigation.
|
![]() | SortKeys |
Gets the sort keys applicable for this navigation.
|
![]() | Supplements |
Gets the supplements to this navigation query result.
|
![]() | TotalNumAggrERecs |
Gets the total number of aggregated records matching navigation query.
|
![]() | TotalNumERecs |
Gets the total number of records matching navigation query.
|