The DimensionValuePath type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DimensionValuePath | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Contains |
See Contains(T).
(Inherited from IndexedCollection<(Of <(T>)>).) |
![]() | CopyTo | (Inherited from IndexedCollection<(Of <(T>)>).) |
![]() | Equals | (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 |
See 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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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>)>).) |
![]() | Item | Overloaded. |
![]() | Last |
Gets the last dimension value in the collection.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ICollection<(Of <(T>)>)..::.Add | (Inherited from IndexedCollection<(Of <(T>)>).) |
![]() ![]() | ICollection<(Of <(T>)>)..::.Clear | (Inherited from IndexedCollection<(Of <(T>)>).) |
![]() ![]() | IEnumerable..::.GetEnumerator | (Inherited from IndexedCollection<(Of <(T>)>).) |
![]() ![]() | IList<(Of <(T>)>)..::.Insert | (Inherited from IndexedCollection<(Of <(T>)>).) |
![]() ![]() | ICollection<(Of <(T>)>)..::.Remove | (Inherited from IndexedCollection<(Of <(T>)>).) |
![]() ![]() | IList<(Of <(T>)>)..::.RemoveAt | (Inherited from IndexedCollection<(Of <(T>)>).) |