Gets a collection of DimensionValues associated with this record.

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

Syntax

C#
public DimensionValueCollection DimensionValues { get; }
Visual Basic (Declaration)
Public ReadOnly Property DimensionValues As DimensionValueCollection
Visual C++
public:
property DimensionValueCollection^ DimensionValues {
	DimensionValueCollection^ get ();
}

Remarks

The DimensionValues in this collection locate this record in the dimension hierarchy for each dimension.

For each DimensionValue, path from the root DimensionValue may be obtained by DimensionValuePath. Additionally, DimensionValueCollection defines a number of convience methods for grouping and accessing these DimensionValuess; for example they may be grouped by dimension by using ByDimensionName.

See Also