Keeps references to columns resulting from a calculation and corresponding to a particular CalculationResultsIdentifier.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.CalculationsColumnsCalculationResult
Namespace: Spotfire.Dxp.Application.Calculations
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(2, 0)] public sealed class ColumnsCalculationResult : DocumentNode
The ColumnsCalculationResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Columns |
The DataColumn | |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DataTable |
The DataTable that the columns inhabit. Will return a valid value even if all the columns are gone so prefer this
over asking the columns for their ancestor table.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| 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