The UrlENEQuery type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddSelection |
Adds the field named fieldName to the set of fields that should
be returned for each record in the result set.
(Inherited from ENEQuery.) | |
| ContainsAggrERecQuery |
Returns if this query includes a aggregated record query.
(Inherited from ENEQuery.) | |
| ContainsDimSearchQuery |
Returns if this query includes a dimension search query.
(Inherited from ENEQuery.) | |
| ContainsERecQuery |
Returns if this query includes a record query.
(Inherited from ENEQuery.) | |
| ContainsERecsQuery |
Returns if this query includes a query for records.
(Inherited from ENEQuery.) | |
| ContainsNavQuery |
Returns whether the query includes a navigation query.
(Inherited from ENEQuery.) | |
| ContainsQuery |
Returns whether the query is querying for any of a navigation,
record, dimension search, or a value set search.
(Inherited from ENEQuery.) | |
| 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.
(Inherited from Object.) | |
| GetNavActiveSortKeys |
Get the list of sort keys with which the navigation query's
records will be sorted.
(Inherited from ENEQuery.) | |
| GetNavSortKey | Obsolete.
Gets the sort key with which the navigation query's records will be sorted.
(Inherited from ENEQuery.) | |
| GetNavSortOrder | Obsolete.
Gets the sort order with which the navigation query's records
will be sorted.
(Inherited from ENEQuery.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetA |
Sets the aggregated record for the query.
AggrERec.
| |
| SetAf |
Sets the aggregated record navigation range filters.
AggrERecNavRangeFilters.
| |
| SetAn |
Sets the aggregated record navigation values for the query.
AggrERecNavDescriptors.
| |
| SetAr |
Sets the aggregated record navigation record filter.
AggrERecNavRecordFilter.
| |
| SetArs |
Sets the aggregated record structure expression.
AggrERecStructureExpr.
| |
| SetAs |
Sets the sort key for the record list of the aggregated record query.
| |
| SetAu |
Sets the aggregated record rollup key with which the aggregated
record is derived. AggrERecRollupKey.
| |
| SetD |
Sets the string dimension search query terms.
DimSearchTerms.
| |
| SetDf |
Sets the dimension search navigation range filters.
DimSearchNavRangeFilters.
| |
| SetDi |
Sets the dimension(s) with which to dimension search in.
DimSearchDimensions.
| |
| SetDk |
Sets the dimension search behavior to order results.
DimSearchRankResults.
| |
| SetDn |
Sets the navigation restriction for the dimension search.
DimSearchNavDescriptors | |
| SetDo |
Sets the dimension search results offset.
DimSearchResultsOffset.
| |
| SetDp | Obsolete.
Sets the number of results to return per dimension.
DimSearchNumDimValues | |
| SetDr |
Sets the dimension search navigation record filter.
DimSearchNavRangeFilters.
| |
| SetDrc |
Sets the list of refinement configs for the dimension search query.
refinement configs are delimited by '|'.
| |
| SetDrs |
Sets the dimension search navigation structure expression.
DimSearchNavRecordStructureExpr.
| |
| SetDu |
Sets the rollup key for the dimension search query.
DimSearchRollupKey.
| |
| SetDx |
Sets the dimension search options.
DimSearchOpts.
| |
| SetN |
Sets the navigation field of the query.
NavDescriptors | |
| SetNa |
Sets an analytics query.
AnalyticsQuery | |
| SetNao |
Sets the navigation aggregated record list offset.
NavAggrERecsOffset | |
| SetNavActiveSortKeys |
Set the list of sort keys with which the navigation query's
records will be sorted.
(Inherited from ENEQuery.) | |
| SetNavSortKey | Obsolete.
Sets the sort key with which the navigation query's records will be sorted.
(Inherited from ENEQuery.) | |
| SetNavSortOrder | Obsolete.
Sets the sort order with which the navigation query's records will be sorted.
(Inherited from ENEQuery.) | |
| SetNdr |
Sets the Disabled Refinements config for the navigation query.
| |
| SetNe |
Sets the exposed navigation refinements.
NavExposedRefinements | |
| SetNf |
Sets the range filters for the navigation query.
NavRangeFilters.
| |
| SetNk |
Sets the key properties request for the navigation query.
NavKeyProperties | |
| SetNmpt | ||
| SetNmrf | ||
| SetNo |
Sets the navigation record list offset.
NavERecsOffset | |
| SetNp |
Sets the number of records per aggregated record.
NavERecsPerAggrERec | |
| SetNr |
Sets the record filter for the navigation query.
NavRecordFilter.
| |
| SetNrc |
Sets the list of dynamic refinement configs for the navigation query.
Dynamic refinement configs are delimited by '|'.
| |
| SetNrcs |
Sets the list of stratified dim vals used by this navigation query.
Stratified dim vals are delimited by ';' and are in the form
[strata],[dimvalid].
| |
| SetNrk |
Sets the key of the record search of the navigation query
using a specified relevance ranking strategy.
| |
| SetNrm |
Sets the relevance ranking match mode for the record search of the navigation query.
| |
| SetNrr |
Sets the relevance ranking strategy for the record search of the navigation query.
| |
| SetNrs |
Sets the structure expression for the navigation query.
NavRecordStructureExpr.
| |
| SetNrt |
Sets the terms of the record search of the navigation query using
a specified relevance ranking strategy.
| |
| SetNs |
Sets the sort key for the record list of the navigation.
| |
| SetNso |
Sets the sort order for the record list of the navigation.
| |
| SetNtk |
Sets the keys of the record search of the navigation query.
| |
| SetNtpc |
Sets whether the compute-autophrase record search functionality is on in
the query. NavERecSearchComputeAlternativePhrasings | |
| SetNtpr |
Sets whether the rewrite-autophrase record search functionality is on in
the query. NavERecSearchRewriteQueryWithAnAlternativePhrasing | |
| SetNtt |
Sets the terms of the record search of the navigation query.
| |
| SetNtx |
Sets the options for the record search of the navigation query.
| |
| SetNty |
Sets whether the did you mean record search functionality is on in
the query. NavERecSearchDidYouMean | |
| SetNu |
Sets the rollup key for the navigation query.
NavRollupKey | |
| SetNx |
Sets the navigation query options.
NavOpts.
| |
| SetR |
Sets the records for query. ERecs.
| |
| ToQueryString |
Takes a ENEQuery and serializes the object into
URL query string format.
| |
| ToString()()()() |
Returns a string representation of this query.
| |
| ToString(String) |
Returns a string representation of this query, using the given
character encoding.
|