A single level in a DataHierarchy.
Inheritance Hierarchy
Spotfire.Dxp.DataDataLevel
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 abstract class DataLevel : ISerializable
The DataLevel 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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TryGetNodes | Gets the nodes of this level. |
Properties
Name | Description | |
---|---|---|
Formatter | Gets the formatter for the level which can be used for format the node values in the level. | |
IsMaterialized | Obsolete. Gets a value indicating whether the level is materialized or not.. | |
Name | Gets the name of the level. | |
NodeValueType | Gets the DataType of the nodes in the level. |
Version Information
See Also