The UrlENEQuery type exposes the following members.

Methods

  NameDescription
Public methodAddSelection
Adds the field named fieldName to the set of fields that should be returned for each record in the result set.
(Inherited from ENEQuery.)
Public methodContainsAggrERecQuery
Returns if this query includes a aggregated record query.
(Inherited from ENEQuery.)
Public methodContainsDimSearchQuery
Returns if this query includes a dimension search query.
(Inherited from ENEQuery.)
Public methodContainsERecQuery
Returns if this query includes a record query.
(Inherited from ENEQuery.)
Public methodContainsERecsQuery
Returns if this query includes a query for records.
(Inherited from ENEQuery.)
Public methodContainsNavQuery
Returns whether the query includes a navigation query.
(Inherited from ENEQuery.)
Public methodContainsQuery
Returns whether the query is querying for any of a navigation, record, dimension search, or a value set search.
(Inherited from ENEQuery.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNavActiveSortKeys
Get the list of sort keys with which the navigation query's records will be sorted.
(Inherited from ENEQuery.)
Public methodGetNavSortKey Obsolete.
Gets the sort key with which the navigation query's records will be sorted.
(Inherited from ENEQuery.)
Public methodGetNavSortOrder Obsolete.
Gets the sort order with which the navigation query's records will be sorted.
(Inherited from ENEQuery.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetA
Sets the aggregated record for the query. AggrERec.
Public methodSetAf
Sets the aggregated record navigation range filters. AggrERecNavRangeFilters.
Public methodSetAn
Sets the aggregated record navigation values for the query. AggrERecNavDescriptors.
Public methodSetAr
Sets the aggregated record navigation record filter. AggrERecNavRecordFilter.
Public methodSetArs
Sets the aggregated record structure expression. AggrERecStructureExpr.
Public methodSetAs
Sets the sort key for the record list of the aggregated record query.
Public methodSetAu
Sets the aggregated record rollup key with which the aggregated record is derived. AggrERecRollupKey.
Public methodSetD
Sets the string dimension search query terms. DimSearchTerms.
Public methodSetDf
Sets the dimension search navigation range filters. DimSearchNavRangeFilters.
Public methodSetDi
Sets the dimension(s) with which to dimension search in. DimSearchDimensions.
Public methodSetDk
Sets the dimension search behavior to order results. DimSearchRankResults.
Public methodSetDn
Sets the navigation restriction for the dimension search. DimSearchNavDescriptors
Public methodSetDo
Sets the dimension search results offset. DimSearchResultsOffset.
Public methodSetDp Obsolete.
Sets the number of results to return per dimension. DimSearchNumDimValues
Public methodSetDr
Sets the dimension search navigation record filter. DimSearchNavRangeFilters.
Public methodSetDrc
Sets the list of refinement configs for the dimension search query. refinement configs are delimited by '|'.
Public methodSetDrs
Sets the dimension search navigation structure expression. DimSearchNavRecordStructureExpr.
Public methodSetDu
Sets the rollup key for the dimension search query. DimSearchRollupKey.
Public methodSetDx
Sets the dimension search options. DimSearchOpts.
Public methodSetN
Sets the navigation field of the query. NavDescriptors
Public methodSetNa
Sets an analytics query. AnalyticsQuery
Public methodSetNao
Sets the navigation aggregated record list offset. NavAggrERecsOffset
Public methodSetNavActiveSortKeys
Set the list of sort keys with which the navigation query's records will be sorted.
(Inherited from ENEQuery.)
Public methodSetNavSortKey Obsolete.
Sets the sort key with which the navigation query's records will be sorted.
(Inherited from ENEQuery.)
Public methodSetNavSortOrder Obsolete.
Sets the sort order with which the navigation query's records will be sorted.
(Inherited from ENEQuery.)
Public methodSetNdr
Sets the Disabled Refinements config for the navigation query.
Public methodSetNe
Sets the exposed navigation refinements. NavExposedRefinements
Public methodSetNf
Sets the range filters for the navigation query. NavRangeFilters.
Public methodSetNk
Sets the key properties request for the navigation query. NavKeyProperties
Public methodSetNmpt
Public methodSetNmrf
Public methodSetNo
Sets the navigation record list offset. NavERecsOffset
Public methodSetNp
Sets the number of records per aggregated record. NavERecsPerAggrERec
Public methodSetNr
Sets the record filter for the navigation query. NavRecordFilter.
Public methodSetNrc
Sets the list of dynamic refinement configs for the navigation query. Dynamic refinement configs are delimited by '|'.
Public methodSetNrcs
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].
Public methodSetNrk
Sets the key of the record search of the navigation query using a specified relevance ranking strategy.
Public methodSetNrm
Sets the relevance ranking match mode for the record search of the navigation query.
Public methodSetNrr
Sets the relevance ranking strategy for the record search of the navigation query.
Public methodSetNrs
Sets the structure expression for the navigation query. NavRecordStructureExpr.
Public methodSetNrt
Sets the terms of the record search of the navigation query using a specified relevance ranking strategy.
Public methodSetNs
Sets the sort key for the record list of the navigation.
Public methodSetNso
Sets the sort order for the record list of the navigation.
Public methodSetNtk
Sets the keys of the record search of the navigation query.
Public methodSetNtpc
Sets whether the compute-autophrase record search functionality is on in the query. NavERecSearchComputeAlternativePhrasings
Public methodSetNtpr
Sets whether the rewrite-autophrase record search functionality is on in the query. NavERecSearchRewriteQueryWithAnAlternativePhrasing
Public methodSetNtt
Sets the terms of the record search of the navigation query.
Public methodSetNtx
Sets the options for the record search of the navigation query.
Public methodSetNty
Sets whether the did you mean record search functionality is on in the query. NavERecSearchDidYouMean
Public methodSetNu
Sets the rollup key for the navigation query. NavRollupKey
Public methodSetNx
Sets the navigation query options. NavOpts.
Public methodSetR
Sets the records for query. ERecs.
Public methodStatic memberToQueryString
Takes a ENEQuery and serializes the object into URL query string format.
Public methodToString()()()()
Returns a string representation of this query.
Public methodToString(String)
Returns a string representation of this query, using the given character encoding.

See Also