This source operation represents an output of a DataFunction.
Inheritance Hierarchy
Spotfire.Dxp.Data.DataOperationsDataOperation
Spotfire.Dxp.Data.DataOperationsDataFunctionOperation
Namespace: Spotfire.Dxp.Data.DataOperations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public sealed class DataFunctionOperation : DataOperation
The DataFunctionOperation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DataFunction |
Gets the DataFunction whose output is used in this operation.
| |
| DataLoadingBehavior |
Gets or sets the DataLoadingBehavior for this operation.
(Inherited from DataOperation.) | |
| OutputParameter |
Gets the OutputParameter for the DataFunction.
|
Methods
| Name | Description | |
|---|---|---|
| CanReload |
Checks whether the data for this operation can be reloaded.
(Inherited from DataOperation.) | |
| CanReplaceTransformations |
Checks whether it is possible to replace transformations.
| |
| CanSetDataLoadingBehavior |
Checks whether the specified DataLoadingBehavior
can be set on this operation.
(Inherited from DataOperation.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetTransformations |
Gets a copy of the DataTransformations performed on the result of the DataFunction output.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Reload |
Reloads the data for this operation.
(Inherited from DataOperation.) | |
| ReplaceTransformations |
Replaces the current (if any) DataTransformations performed on the result of the DataFunction output,
with the supplied transformations.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetOutputSignatures |
Tries to get the output DataColumnSignatures from this operation.
(Inherited from DataOperation.) |
Version Information
Supported in: 14.7, 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