Class representing a dynamic refinement config for a DimensionValue. This will determine how refinements are computed under this DimensionValue. Each DimensionValue in a RefinementConfig is automatically opened, and has options for controlling the number of DimensionValues displayed under it, whether dynamic ranking is used for these dimension values, and the sort order of the dimension values.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public class RefinementConfig : INotifyPropertyChanged, 
	IEquatable<RefinementConfig>
Visual Basic (Declaration)
Public Class RefinementConfig _
	Implements INotifyPropertyChanged, IEquatable(Of RefinementConfig)
Visual C++
public ref class RefinementConfig : INotifyPropertyChanged, 
	IEquatable<RefinementConfig^>

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.RefinementConfig
    Endeca.Web.UI..::.RefinementConfig

See Also