IconRuleCollection Class TIBCO Spotfire 7.12 API Reference
Represents the set of rules in a IconMiniatureVisualization that are used to determine the icon that is rendered.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.DocumentModelNode
    Spotfire.Dxp.Framework.DocumentModelDocumentNode
      Spotfire.Dxp.Application.Visuals.MiniaturesIconRuleCollection

Namespace: Spotfire.Dxp.Application.Visuals.Miniatures
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax

C#
[SerializableAttribute]
[PersistenceVersionAttribute(9, 0)]
public sealed class IconRuleCollection : DocumentNode, 
	IEnumerable<IconRule>, IRuleCollection, IEnumerable

The IconRuleCollection type exposes the following members.

Methods

  NameDescription
Public methodAddBottomNRule(Int32, Color, MarkerShape)
Adds a bottom N rule to the end of the collection.
Public methodAddBottomNRule(ConditionValue, Color, MarkerShape)
Adds a bottom N rule to the end of the collection.
Public methodAddExpressionRule
Adds a new expression rule to the end of the collection.
Public methodAddRangeRule
Adds a range rule to the end of the collection.
Public methodAddStringRule
Adds a string color rule to the end of the collection.
Public methodAddThresholdRule
Adds a threshold color rule to the end of the collection.
Public methodAddTopNRule(Int32, Color, MarkerShape)
Adds a top N rule to the end of the collection.
Public methodAddTopNRule(ConditionValue, Color, MarkerShape)
Adds a top N rule to the end of the collection.
Public methodClear
Clears this collection, removing all rules.
Public methodContains
Determines whether the collection contains a specified rule.
Public methodGetEnumerator
Returns an enumerator that iterates through the IconRules in this Coloring.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific rule in the collection.
Public methodMove
Moves a rule at the specified index to another location in the collection.
Public methodRemove
Removes the specified rule from the collection.
Top
Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyCount
Gets the count.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyItem
Gets the IconRule at the specified index.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through this collection.
Explicit interface implementationPrivate methodIServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementationPrivate methodINodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodINodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementationPrivate methodITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.12, 7.11, 7.10, 7.0
See Also

Reference