The DimensionValueCollection type exposes the following members.

Constructors

  NameDescription
DimensionValueCollection
Initializes a new DimensionValueCollection.

Methods

  NameDescription
Contains (Inherited from IndexedCollection<(Of <(T>)>).)
CopyTo (Inherited from IndexedCollection<(Of <(T>)>).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FindById
Returns a DimensionState or DimensionValue by ID. Returns null if an element with the specified ID is not found.
(Inherited from IndexedCollection<(Of <(T>)>).)
FindByName
Returns a DimensionState or DimensionValue by string name. Returns null if an element with the specified name is not found. Note: If you try to look up a DimensionValue by name, it will return the first one in the collection if there are more than one DimensionValue in the IndexedCollection<(Of <(T>)>) with the same name.
(Inherited from IndexedCollection<(Of <(T>)>).)
GetEnumerator (Inherited from IndexedCollection<(Of <(T>)>).)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf
See IndexOf(T).
(Inherited from IndexedCollection<(Of <(T>)>).)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Empty

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