A collection of the levels in a DataHierarchy.
Inheritance Hierarchy
Spotfire.Dxp.DataDataLevelCollection
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(2, 0)] public sealed class DataLevelCollection : IEnumerable<DataLevel>, IEnumerable, ISerializable
The DataLevelCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count | Gets the number of levels in the collection. | |
ItemInt32 | Gets the level at a given index. | |
ItemString | Gets the level with a given name. | |
LeafLevel | Gets the leaf (lowest) level of the hierarchy. | |
RootLevel | Gets the root (highest) level of the hierarchy. |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerableGetEnumerator |
Returns an enumerator that iterates through a collection.
|
Version Information
See Also