Contains classes for canonicalizing (i.e. consistently ordering) collections of dimension values.
Classes
| Class | Description | |
|---|---|---|
| DimensionValueCollectionCanonicalizer |
This class provides ordering to the DimensionValues in an
IEnumerable<(Of <(T>)>) based upon factors such as Direction and
Identifier |
Interfaces
| Interface | Description | |
|---|---|---|
| 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
| Enumeration | Description | |
|---|---|---|
| DimensionValueCollectionCanonicalizer..::.CanonicalIdentity |
Enumerates the methods by which DimensionValues can be compared in order
to sort them.
|