The DimensionValueCollection type exposes the following members.

Properties

  NameDescription
ByDimensionId
Creates a IDictionary<(Of <(TKey, TValue>)>) keyed by root Id whose values are all of the DimensionValues in the collection with that root in common.
ByDimensionName
Creates a IDictionary<(Of <(TKey, TValue>)>) keyed by root Name whose values are all of the DimensionValues in the collection with that root in common.
Count
See Count.
(Inherited from IndexedCollection<(Of <(T>)>).)
Dimensions
Enumerates the set of Dimensions corresponding to the DimensionValues in this collection.
DimensionValuePaths
IsReadOnly
See IsReadOnly. Always returns true.
(Inherited from IndexedCollection<(Of <(T>)>).)
ItemOverloaded.

Explicit Interface Implementations

See Also