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.
Checks whether it is possible to replace transformations by calling ReplaceTransformations(transformations).
true if replacing transformations is possible; otherwise false
Gets a copy of the Spotfire.Dxp.Data.DataTransformations performed by the Spotfire.Dxp.Data.DataOperations.DataOperationSupportingTransformations.DataOperation.
A list of data transformations.
The list may be empty if no transformations exist.
After modifying the list, use ReplaceTransformations(transformations) to apply changes.
Replaces the current (if any) Spotfire.Dxp.Data.DataTransformations performed by the Spotfire.Dxp.Data.DataOperations.DataOperationSupportingTransformations.DataOperation, with the supplied transformations.
The new transformations.
Before calling this method, validate that Spotfire.Dxp.Data.DataOperations.DataOperationSupportingTransformations.CanReplaceTransformations is true.
To remove all transformations, supply an empty transformations parameter. Note that if the Spotfire.Dxp.Data.DataOperations.DataOperationSupportingTransformations.DataOperation is a Spotfire.Dxp.Data.DataOperations.DataTransformationsOperation, this is not possible since the Spotfire.Dxp.Data.DataOperations.DataTransformationsOperation needs to include at least one Spotfire.Dxp.Data.DataTransformation.
The data operation will be refreshed synchronously.
Utility wrapper for accessing Spotfire.Dxp.Data.DataOperations.DataOperations that may have Spotfire.Dxp.Data.DataTransformations.
Since
2.0