The GlobalDimSearchRefinementConfig type exposes the following members.

Constructors

  NameDescription
Public methodGlobalDimSearchRefinementConfig
No argument default constructor.

Methods

  NameDescription
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 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 methodToString
Returns a string representation of GlobalDimSearchRefinementConfig that can later be inserted into a URL.

Properties

  NameDescription
Public propertyIncludeInert
Accessor which gets/sets whether innert dimension values will be returned for all dimensions There is no per-dimension setting
Public propertyMaxDepth
Accessor which gets/sets the maximum depth of dimension values that will be returned for all dimensions. There is no per-dimension setting
Public propertyNumResults
Accessor which gets/sets the number of results to be returned per dimension for all dimensions. The per-dimension setting overrides the global setting for that dimension.
Public propertyShowCounts
Accessor which gets/sets whether the global config will show counts. The per-dimension setting overrides the global setting for that dimension.
Public propertySynonyms
Accessor which gets/sets whether the synonyms will be returned for all dimensions. The per-dimension setting overrides the global setting for that dimension.

See Also