Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
ReadonlyItemGets the Spotfire.Dxp.Application.Visuals.FilterRule at the specified index. Includes all filter rules even disabled filter rules.
The Spotfire.Dxp.Application.Visuals.FilterRule at the specified index.
Gets a collection of methods for executing transactions on the document.
Adds a bottom N rule to the end of the collection.
The rule that was added.
Adds a bottom N rule to the end of the collection.
The expression.
A Spotfire.Dxp.Application.Visuals.ConditionalColoring.ConditionValue, that has to evaluate to an integer.
Should matched elements be filtered out or in?
The rule that was added.
Adds a new expression rule to the end of the collection.
The rule that was added.
Adds a range rule to the end of the collection.
The expression.
The start value.
The end value.
Should matched elements be filtered out or in?
The rule that was added.
Adds a string rule to the end of the collection.
The expression.
The comparison operator.
The value.
Should matched elements be filtered out or in?
The rule that was added.
Adds a threshold rule to the end of the collection.
The expression.
The comparison operator.
The threshold value.
Should matched elements be filtered out or in?
The rule that was added.
Adds a top N rule to the end of the collection.
The rule that was added.
Adds a top N rule to the end of the collection.
The expression.
A Spotfire.Dxp.Application.Visuals.ConditionalColoring.ConditionValue, that has to evaluate to an integer.
Should matched elements be filtered out or in?
The rule that was added.
Determines whether the collection contains a specified rule.
The rule to locate in the collection.
True if the collection contains the specified rule; otherwise, false.
Applies the specified action to all nodes of the specified type in the subtree spanned from this node, including this node.
Generic type argument
The action to apply.
Returns an enumerator that iterates through a collection.
An System.Collections.IEnumerator object that can be used to iterate through the collection.
Determines the index of a specific rule in the collection.
The rule to locate in the collection.
The index of the rule if found in the list; otherwise, -1.
Removes the specified rule from the collection.
The rule to remove.
True if the rule was removed; otherwise false.
Represents a list of rules in a Spotfire.Dxp.Application.Visuals.Visualization that are used to filter visualization items.
Since
2.0