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.
Gets or sets the Spotfire.Dxp.Data.DataOperations.DataLoadingBehavior for this operation.
Before using the set accessor, validate that CanSetDataLoadingBehavior(behavior) is true.
Gets a localized display name for the operation. This string is for display purposes only.
Note: This string should not be used to programmatically check for the presence of any particular setting. The format and content of this string may change between releases. See the various concrete Spotfire.Dxp.Data.DataOperations classes for details on how to read specific settings.
Gets the inputs, if any, to the operation.
Checks whether it is possible to replace the Spotfire.Dxp.Data.DataFlow by calling ReplaceDataFlow(dataFlow).
true if replacing the data flow is possible; otherwise false
Checks whether the specified Spotfire.Dxp.Data.DataOperations.DataLoadingBehavior can be set on this operation.
The behavior to check.
true if the specified behavior can be set, false otherwise.
Gets a copy of the Spotfire.Dxp.Data.DataTransformations contained in the data flow.
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 data flow with the supplied Spotfire.Dxp.Data.DataFlow.
The new data flow.
Before calling this method, validate that Spotfire.Dxp.Data.DataOperations.DataSourceOperation.CanReplaceDataFlow returns true.
Note that replacing the data flow resets the data loading behavior. The reason is that not all Spotfire.Dxp.Data.DataOperations.DataLoadingBehavior settings are applicable to all types of data flows.
The data operation will be refreshed synchronously.
If only transformations are to be replaced, use ReplaceTransformations(transformations) instead, since that method doesn't reset the data loading behavior.
It is not possible to replace with a data flow where the supplied Spotfire.Dxp.Data.DataSource is a Spotfire.Dxp.Data.Import.DataTableDataSource.
Replaces the current (if any) Spotfire.Dxp.Data.DataTransformations contained in the Spotfire.Dxp.Data.DataFlow, with the supplied transformations.
The new transformations.
Before calling this method, validate that Spotfire.Dxp.Data.DataOperations.DataSourceOperation.CanReplaceTransformations returns true.
To remove all transformations, supply an empty transformations parameter.
The data operation will be refreshed synchronously, which includes reading data from the data flow's data source.
Tries to get the output Spotfire.Dxp.Data.DataColumnSignatures from this operation.
If the method returns true, then these are the column signatures. (Note that zero columns is possible.)
true if the column signatures are available, false otherwise.
This source operation represents data loaded from a Spotfire.Dxp.Data.DataSource.
Remark
See Spotfire.Dxp.Data.DataOperations.DataTableDataSourceOperation for data loaded from a Spotfire.Dxp.Data.Import.DataTableDataSource. See Spotfire.Dxp.Data.DataOperations.InformationLinkOnDemandOperation for On-Demand loaded data from an Information Link.
Since
2.0