The DimValIdList type exposes the following members.

Constructors

  NameDescription
Public methodDimValIdList()()()()
Default constructor that will contain an empty list.
Public methodDimValIdList(String)
Constructor that takes a string-based set of dimension value IDs. The constructor parses and populates the list with the string.
Public methodDimValIdList(DimValList)
Constructor that takes a dimension value list and extracts the IDs from the DimVal objects in the list.

Methods

  NameDescription
Public methodAdd
This operation is not supported.
Public methodAddDimValue
Adds a dimension value ID to the DimValIdList. The ID is extracted from val, which is a dimension value.
Public methodAddDimValueId
Adds a dimension value ID to the DimValIdList.
Public methodClear
Removes all the elements from the DimValIdList.
Public methodContains
Determines whether an element is in the DimValIdList.
Public methodCopyTo
Copies the entire DimValIdList to a compatible one-dimensional Array, starting at the specified index of the target array.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator for the entire DimValIdList.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of a value in the DimValIdList or in a portion of it.
Public methodInsert
This operation is not supported.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
This operation is not supported.
Public methodRemoveAt
Removes the element at the specified index of the DimValIdList.
Public methodToString
Generates the string-based representation of the DimValIdList by returning a space-delimited sequence of dimension value IDs.

Properties

  NameDescription
Public propertyCount
Gets the number of elements actually contained in the DimValIdList.
Public propertyIsFixedSize
Gets a value indicating whether the DimValIdList has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the DimValIdList is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the DimValIdList is synchronized (thread-safe).
Public propertyItem
Gets the Int64 at the specified index. The set operation is not supported.
Public propertySyncRoot
This operation is not supported.

See Also