A collection of DimensionValue instances representing the path from the first dimension value to the last dimension value.

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

Syntax

C#
public class DimensionValuePath : IndexedCollection<DimensionValue>
Visual Basic (Declaration)
Public Class DimensionValuePath _
	Inherits IndexedCollection(Of DimensionValue)
Visual C++
public ref class DimensionValuePath : public IndexedCollection<DimensionValue^>

Inheritance Hierarchy

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

See Also