Utility wrapper for accessing DataOperations
that may have DataTransformations.
Inheritance Hierarchy
Spotfire.Dxp.Data.DataOperationsDataOperationSupportingTransformations
Namespace: Spotfire.Dxp.Data.DataOperations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
public sealed class DataOperationSupportingTransformations
The DataOperationSupportingTransformations type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CanReplaceTransformations |
Checks whether it is possible to replace transformations by calling ReplaceTransformations(IEnumerableDataTransformation).
|
![]() | GetTransformations |
Gets a copy of the DataTransformations performed by the DataOperation.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ReplaceTransformations |
Replaces the current (if any) DataTransformations performed by the DataOperation,
with the supplied transformations.
|
Properties
Name | Description | |
---|---|---|
![]() | DataOperation |
Gets the underlying DataOperation.
|
Version Information
See Also