A DataManager contains the data for an analysis.
Inheritance Hierarchy
Node
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.DataDataManager
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(66, 0)] public sealed class DataManager : DocumentNode
The DataManager type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllRows | Gets a DataSelection which is always full for all DataTable objects.
| |
| ColumnRelations | Gets the collection of column relations.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| DataFunctions |
Gets the data functions.
| |
| ExpressionFunctions |
Gets the expression functions.
| |
| Filterings | Gets a collection of the filtering selections that the data
manager contains.
| |
| Highlight | Gets the highlight selection
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| LoadReport | Gets the DataLoadReport to retrieve information
on changes that occured the DataManager was loaded using
linked data.
| |
| Markings | Gets a collection of the marking selections that the data manager
contains.
| |
| Properties | Gets the data property registry. This registry is used
to modify the definition of metadata properties.
| |
| Relations | Gets the collection of relations.
| |
| SaveSettings | Gets or sets the settings that should be used when saving the data in the DataManager.
| |
| Tables | Gets a collection of the tables that the data manager contains.
A data table is created from calculation or a data source.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
Methods
| Name | Description | |
|---|---|---|
| CreateDataWriter | Creates the data writer given the typeId.
| |
| CreateFileDataSource | Creates the file data source from a path.
| |
| 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
Supported in: 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also