DocumentNodeKeyedCollectionBase TKey, TNode  Class TIBCO Spotfire 7.0 API Reference
Provides the abstract base class for a collection whose keys are embedded in the values.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Framework.DocumentModel DocumentNodeKeyedCollectionBase TKey, TNode 
        Spotfire.Dxp.Application.Visuals CategoricalColorEntryCollection
        Spotfire.Dxp.Application.Visuals ShapeSchemeEntryCollection

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(3, 0)]
[ObsoleteAttribute("Use ColorMap or ShapeMap instead")]
public abstract class DocumentNodeKeyedCollectionBase<TKey, TNode> : DocumentNode, 
	IEnumerable<TNode>, IEnumerable 
where TNode : DocumentNode
Type Parameters

TKey
The type of key held by the nodes in the collection.
TNode
The type of the nodes in the collection.
Version Information

Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also