Represents a rule that uses a boolean condition to determine the visibility of visualization items.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.VisualsFilterRule
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(12, 0)] public sealed class FilterRule : DocumentNode
The FilterRule type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DisplayName |
Gets the displayname that is used for this Rule. It will either be equal to ManualDisplayName or (when that is null)
it will be an auto-generated string. This display name is suitable for use in the property pages, but not in the legend
(since it shows the definition, rather than the value)
| |
| Enabled |
Gets or sets a value indicating whether this FilterRule is enabled.
| |
| EvaluatePerTrellis |
Gets or sets a value indicating whether this FilterRule should be evaluated per trellis or not.
| |
| Expression |
Gets or sets the expression this rule is evaluated on.
| |
| HideMatchedItems |
Gets or sets a value indicating whether this rule shows or hides matched items.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| ManualDisplayName |
Gets or sets the display name. If set to null, the Rule will be
represented with an auto-generated name.
| |
| RuleCondition |
Gets the rule condition.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| ForEachNodeInSubTreeTNode |
Applies the specified action to all nodes of the specified type in the subtree spanned
from this node, including this node.
(Inherited from DocumentNode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Version Information
See Also