Static
EqualsDetermines 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.
Gets the additional Spotfire.Dxp.Data.DataColumns added to the final data table after Spotfire.Dxp.Data.SourceView.LastOperation.
Gets the last Spotfire.Dxp.Data.DataOperations.DataOperation that has been performed on the data table.
Gets all Spotfire.Dxp.Data.DataOperations.DataOperations that can have Spotfire.Dxp.Data.DataTransformations, using the utility class Spotfire.Dxp.Data.DataOperations.DataOperationSupportingTransformations.
Adds columns after the specified operation.
The operation that the added columns should be added after.
The data source to add columns from.
The settings to use when adding the columns.
The resulting source view containing the newly added Spotfire.Dxp.Data.DataOperations.AddColumnsOperation.
Adds rows after the specified operation.
The operation that the added rows should be added after.
The data source to add rows from.
The settings to use when adding the rows.
The resulting source view containing the newly added Spotfire.Dxp.Data.DataOperations.AddRowsOperation.
Adds a transformation after the specified operation.
The operation to add transformations after.
The transformation to add.
The resulting source view containing the newly added Spotfire.Dxp.Data.DataOperations.DataTransformationsOperation.
Adds transformations after the specified operation.
The operation to add transformations after.
The transformations to add.
The resulting source view containing the newly added Spotfire.Dxp.Data.DataOperations.DataTransformationsOperation.
Checks whether it is possible to add columns after the specified operation.
The operation to add columns after.
true if columns can be added after the operation; otherwise false.
Checks whether it is possible to add rows after the specified operation.
The operation to add rows after.
true if rows can be added after the operation; otherwise false.
Checks whether it is possible to add transformations after the specified operation.
The operation to add transformations after.
true if transformations can be added after the operation; otherwise false.
Checks whether the specified Spotfire.Dxp.Data.DataOperations.DataOperation can be removed.
The operation to remove.
true if it can be removed; otherwise false.
Gets all Spotfire.Dxp.Data.DataOperations.DataOperations of a certain type.
Generic type argument
A list of Spotfire.Dxp.Data.DataOperations.DataOperations.
Removes the specified Spotfire.Dxp.Data.DataOperations.DataOperation. As a side effect, other operations may be removed as well, e.g., an add rows operation will implicitly be removed when removing either of its source inputs.
The operation to remove.
The resulting source view.
This class describes operations performed on a Spotfire.Dxp.Data.DataTable. The SourceView consists of Spotfire.Dxp.Data.DataOperations.DataOperations and the columns returned by Spotfire.Dxp.Data.SourceView.AdditionalDataColumns.
Since
2.0