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 table with the given System.Guidid.
Gets or sets the current default table. The value may not be set to null but will be null when there are no tables in the collection.
If the current active table is needed, instead use the Spotfire.Dxp.Application.Document.ActiveDataTableReference property.
Gets a collection of methods for executing transactions on the document.
Create and add a Spotfire.Dxp.Data.DataTable from a Spotfire.Dxp.Data.DataSource. Use Spotfire.Dxp.Data.DataManager.CreateFileDataSource|CreateFileDataSource(filePath) to create a Spotfire.Dxp.Data.DataSource from a file path.
The name of the data table.
The Spotfire.Dxp.Data.DataSource to retrieve data from.
The data table.
Create and add a Spotfire.Dxp.Data.DataTable from a Spotfire.Dxp.Data.DataSource. Use Spotfire.Dxp.Data.DataManager.CreateFileDataSource|CreateFileDataSource(filePath) to create a Spotfire.Dxp.Data.DataSource from a file path.
The name of the data table.
The Spotfire.Dxp.Data.DataSource to retrieve data from.
If set to true filters are automatically created for all columns in the newly created data table. If set to false filters may be added manually when needed.
The data table.
Gets a value indicating whether any data tables can be reloaded using the Spotfire.Dxp.Data.DataTableCollection.ReloadAllData method.
True if any data table can be reloaded; false otherwise.
Gets a value indicating whether any of the specified data tables can be reloaded using the ReloadAllData(tables) method.
The data tables to reload.
True if any data table can be reloaded; false otherwise.
Gets a value indicating whether any data tables can be reloaded using the Spotfire.Dxp.Data.DataTableCollection.ReloadLinkedData method.
True if any data table can be reloaded; false otherwise.
Gets a value indicating whether any of the specified data tables can be reloaded using the ReloadLinkedData(tables) method.
The data tables to reload.
True if any data table can be reloaded; false otherwise.
Check if the dataTable exists in this collection.
The data table to search for.
True if the dataTable exists in the collection, false otherwise.
Check if a table with the given id exists in the collection.
The id to search for.
True if there exists a table with the given id in the collection, false otherwise.
Check if a table with the given name exists in the collection.
The name of a table to check if it exists in the collection.
True if there exists a table with the given name in the collection, false otherwise.
Create a new unique table name from a suggestion. The suggested name is used if possible.
The suggested table name.
A table name which is unique in the collection.
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 the collection.
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Check if the suggested table name is a valid unique name in the collection.
The suggested table name.
True if the suggested name is a valid name for a new table in the collection, false otherwise.
Refreshes data that depends on other data and is not automatically updated. This includes on-demand data with manual refresh, data functions with update behavior Manual and calculations with update behavior Invalidate.
This will only refresh data tables where the Spotfire.Dxp.Data.DataTable.NeedsRefresh property is true.
Refreshes data that depends on other data and is not automatically updated. This includes on-demand data with manual refresh, data functions with update behavior Manual and calculations with update behavior Invalidate.
The data tables to refresh.
This will only refresh data tables where the Spotfire.Dxp.Data.DataTable.NeedsRefresh property is true.
Reloads all data in all data tables, including embedded data tables and data sources set to store their data.
Reloading data might not be possible if the data table contains parts that cannot be reloaded, such as clipboard data. For more fine-grained control over data reloading, use the Spotfire.Dxp.Data.DataOperations.DataOperation API on the Spotfire.Dxp.Data.SourceView
Reloads all data in the specified data tables, including embedded data tables and data sources set to store their data.
The data tables to reload.
Reloading data might not be possible if the data table contains parts that cannot be reloaded, such as clipboard data. For more fine-grained control over data reloading, use the Spotfire.Dxp.Data.DataOperations.DataOperation API on the Spotfire.Dxp.Data.SourceView
Reloads only linked data in all data tables. Embedded data tables and data sources set to store their data will be ignored.
Reloading only linked data is not possible for an embedded data table, and might not be possible if the data table contains parts that cannot be reloaded, such as clipboard data, or data sources that have been set to store their data. For more fine-grained control over data reloading, use the Spotfire.Dxp.Data.DataOperations.DataOperation API on the Spotfire.Dxp.Data.SourceView
Reloads only linked data in the specified data tables. Embedded data tables and data sources set to store their data will be ignored.
The data tables to reload.
Reloading only linked data is not possible for an embedded data table, and might not be possible if the data table contains parts that cannot be reloaded, such as clipboard data, or data sources that have been set to store their data. For more fine-grained control over data reloading, use the Spotfire.Dxp.Data.DataOperations.DataOperation API on the Spotfire.Dxp.Data.SourceView
Remove the dataTable from the collection.
The data table to remove.
Remove the Spotfire.Dxp.Data.DataTable with the given name from the collection.
The table name.
Try to get a Spotfire.Dxp.Data.DataTable with a given id.
The id of the data table to get.
The resulting Spotfire.Dxp.Data.DataTable, or null if not found.
True if the Spotfire.Dxp.Data.DataTable with the given id could be found, false otherwise.
Try to get a Spotfire.Dxp.Data.DataTable with a given name.
The name of the data table to get.
The resulting Spotfire.Dxp.Data.DataTable, or null if not found.
True if the Spotfire.Dxp.Data.DataTable with the given name could be found, false otherwise.
A collection of Spotfire.Dxp.Data.DataTable objects. The collection of data tables exists in the Spotfire.Dxp.Data.DataManager.
Since
2.0