Returns the complete path of the dimension values consolidating ancestors, descriptor, and implicits in this order.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual DimValList CompletePath { get; }
Visual Basic
Public Overridable ReadOnly Property CompletePath As DimValList
	Get
Visual C++
public:
virtual property DimValList^ CompletePath {
	DimValList^ get ();
}

Field Value

Complete list (as a DimValList object) of dimension values from the dimension.

Remarks

Implicits are the the dimension values (DimVal objects) that are implicitly shared by all of the results in the remaining result set.

In the case where refinements are present in this dimension, the complete path will offer the complete path of dimension values, from the dimension root, ancestors, descriptor, implicit dimension values, and intermediates to the refinement parent.

In the case where there are multiple assignment of dimension values to a record in the result set, and there are no refinements remaining in this dimension, the complete path will offer one of the complete branches of implicit dimension values.

At the minimal case, this list would return the root dimension value of the dimension.

See Also