The DimensionValuePath type exposes the following members.

Constructors

  NameDescription
DimensionValuePathOverloaded.

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>)>).)
IsAfterSelectedDimensionValue
Returns whether the DimensionValue comes after a selected DimensionValue in a hierarchy. Things that can come after the selected value are either inert or implicit or both.
IsImplicitDimensionValue
Returns whether the DimensionValue is implicit
IsSelectedDimensionValue
Returns whether the DimensionValue is selected in the current navigation state
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Count
See Count.
(Inherited from IndexedCollection<(Of <(T>)>).)
First
Gets the first dimension value in the collection.
Intermediates
An enumeration of dimension values, including everything but the first and last items.
IsReadOnly
See IsReadOnly. Always returns true.
(Inherited from IndexedCollection<(Of <(T>)>).)
ItemOverloaded.
Last
Gets the last dimension value in the collection.

Explicit Interface Implementations

See Also