DocumentNodeList T  Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

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

T
See Also