DataLevelCollection Class

Spotfire 14.2 API Reference
A collection of the levels in a DataHierarchy.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataDataLevelCollection

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public sealed class DataLevelCollection : IEnumerable<DataLevel>, 
	IEnumerable, ISerializable

The DataLevelCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of levels in the collection.
Public propertyItemInt32
Gets the level at a given index.
Public propertyItemString
Gets the level with a given name.
Public propertyLeafLevel
Gets the leaf (lowest) level of the hierarchy.
Public propertyRootLevel
Gets the root (highest) level of the hierarchy.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference