DocumentNodeKeyedCollectionBase TKey, TNode  Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also