DocumentNodeList T  Class TIBCO Spotfire 7.0 API Reference
Abstract base class for list-like document nodes. It contains standard IList T  methods to modify the collection.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Framework.DocumentModel DocumentNodeListBase T 
        Spotfire.Dxp.Framework.DocumentModel DocumentNodeList T 
          Spotfire.Dxp.Application.Filters FilterGroupItemCollection
          Spotfire.Dxp.Application.Filters FilteringScheme
          Spotfire.Dxp.Application.Filters TableGroupCollection
          Spotfire.Dxp.Application.Visuals BoxPlotStatisticsTable MeasureCollection
          Spotfire.Dxp.Application.Visuals ExpressionColumnCollection T 
          Spotfire.Dxp.Application.Visuals SummaryTableAggregationCollection

Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(2, 0)]
public abstract class DocumentNodeList<T> : DocumentNodeListBase<T>, 
	IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters

T
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also