Note: This API is now obsolete.
A keyed collection that maps between CategoryKey and CategoricalColorEntry.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModel.DocumentNode
Spotfire.Dxp.Framework.DocumentModel.DocumentNodeKeyedCollectionBase<CategoryKey, CategoricalColorEntry>
Spotfire.Dxp.Application.Visuals.CategoricalColorEntryCollection
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 67.0.20819.4186 (67.0.20819.4186)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(3, 0)] [ObsoleteAttribute("Use Coloring instead.")] public sealed class CategoricalColorEntryCollection : DocumentNodeKeyedCollectionBase<CategoryKey, CategoricalColorEntry>, IDeserializationCallback
The CategoricalColorEntryCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | Count |
Gets the count.
(Inherited from DocumentNodeKeyedCollectionBase<TKey, TNode>.) |
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | Item |
Gets the TNode at the specified index.
(Inherited from DocumentNodeKeyedCollectionBase<TKey, TNode>.) |
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
Name | Description | |
---|---|---|
![]() | Contains |
Determines whether this
DocumentNodeKeyedCollectionBase<TKey, TNode> contains the specified node.
(Inherited from DocumentNodeKeyedCollectionBase<TKey, TNode>.) |
![]() | ForEachNodeInSubTree<TNode> |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from DocumentNodeKeyedCollectionBase<TKey, TNode>.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Gets the index of the specified node, or -1 if the node is not
contained in this instance.
(Inherited from DocumentNodeKeyedCollectionBase<TKey, TNode>.) |
![]() | ToArray | Copies the nodes of this DocumentNodeKeyedCollectionBase<TKey, TNode>
to a new array.
(Inherited from DocumentNodeKeyedCollectionBase<TKey, TNode>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
Obsolete (compiler warning) in 14.5
Obsolete (compiler warning) in 14.4
Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
See Also