Contains classes for canonicalizing (i.e. consistently ordering) collections of dimension values.

Classes

  ClassDescription
DimensionValueCollectionCanonicalizer
This class provides ordering to the DimensionValues in an IEnumerable<(Of <(T>)>) based upon factors such as Direction and Identifier

Interfaces

  InterfaceDescription
IDimensionValueCollectionCanonicalizer
This interface is implemented by classes that reorder the elements of a IEnumerable<(Of <(T>)>) for consistent ordering during formatting. The IEnumerable<(Of <(T>)>) often represents a navigation state or the DimensionValues on a Record.

Enumerations

  EnumerationDescription
DimensionValueCollectionCanonicalizer..::.CanonicalIdentity
Enumerates the methods by which DimensionValues can be compared in order to sort them.