A collection of RefinementConfig objects keyed by DimensionValueId.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public class RefinementConfigCollection : PropertyChangeNotifyKeyedCollection<string, RefinementConfig>
Visual Basic (Declaration)
Public Class RefinementConfigCollection _
	Inherits PropertyChangeNotifyKeyedCollection(Of String, RefinementConfig)
Visual C++
public ref class RefinementConfigCollection : public PropertyChangeNotifyKeyedCollection<String^, RefinementConfig^>

Inheritance Hierarchy

See Also