Class representing an IndexedCollection<(Of <(T>)>) with numerous helper methods such as the ability to get the root DimensionValues or the DimensionValuePaths for all contained DimensionValues and the ability to create IDictionary<(Of <(TKey, TValue>)>) collections containing DimensionValues organized by Dimension.

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

Syntax

C#
[SerializableAttribute]
public class DimensionValueCollection : IndexedCollection<DimensionValue>, 
	IAttributeMap, IEnumerable<IAttributeValue>, IEnumerable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DimensionValueCollection _
	Inherits IndexedCollection(Of DimensionValue) _
	Implements IAttributeMap, IEnumerable(Of IAttributeValue),  _
	IEnumerable
Visual C++
[SerializableAttribute]
public ref class DimensionValueCollection : public IndexedCollection<DimensionValue^>, 
	IAttributeMap, IEnumerable<IAttributeValue^>, IEnumerable

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.IndexedCollection<(Of <(DimensionValue>)>)
    Endeca.Data..::.DimensionValueCollection

See Also