The RefinementConfig type exposes the following members.

Constructors

  NameDescription
RefinementConfig
Initializes a new instance of the RefinementConfig class

Methods

  NameDescription
CopyFrom
Copy the state from config into this.
(Inherited from RefinementConfig.)
EqualsOverloaded.
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 (Inherited from RefinementConfig.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
DimensionValueId
The ID of the DimensionValue that this RefinementConfig controls.
(Inherited from RefinementConfig.)
IsExposed
Gets or sets whether to expose the dimension. When this is set to false, all other properties are trumped and the dimension is not exposed. Set to true by default.
(Inherited from RefinementConfig.)
LimitDimensionValues
Gets or sets whether to show all dimension values, some (meaning the more button), or default to the settings in Developer Studio.
(Inherited from RefinementConfig.)
MaximumDimensionValueCount
Gets or sets the maximum number of dimension values (refinements) to return to the user. This is only used if the dimension value has a limit on the number of dimension values it returns.
(Inherited from RefinementConfig.)
OrderByRecordCount
Gets or sets whether the dimension value is sorted by refinement sort order or by record count. If set to use the default, the dimension value will be sorted by refinement sort order or record count, depending on the dimension's setting in Developer Studio. This is only used if the dimension value has a limit on the number of dimension values it returns.
(Inherited from RefinementConfig.)

Events

  NameDescription
PropertyChanged
Raised when items in this collection have their properties changed.
(Inherited from RefinementConfig.)

See Also