Represents a base class for the replace value transformations.
Inheritance Hierarchy
Spotfire.Dxp.DataDataTransformation
Spotfire.Dxp.Data.TransformationsExpressionTransformationWrapper
Spotfire.Dxp.Data.TransformationsReplaceValuesBaseTransformation
Spotfire.Dxp.Data.TransformationsReplaceSpecificValueTransformation
Spotfire.Dxp.Data.TransformationsReplaceValuesTransformation
Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [FriendVisibleAttribute(true)] [PersistenceVersionAttribute(31, 0)] public abstract class ReplaceValuesBaseTransformation : ExpressionTransformationWrapper
The ReplaceValuesBaseTransformation type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AsExpressionTransformation |
Gets a copy of the underlying ExpressionTransformation.
(Inherited from ExpressionTransformationWrapper.) |
![]() | Connect | Connects to the input reader.
A DataRowReader can then be retrieved from the DataTransformationConnection.
(Inherited from DataTransformation.) |
![]() | ConnectCore | Connects to the input reader. A DataRowReader
can then be retrieved from the DataTransformationConnection.
(Overrides ExpressionTransformationWrapperConnectCore(ImportContext, DataRowReader).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GenerateDataHistoryCore |
Creates detail information for the DataTransformation.
See DataHistoryBuilder for more information on
how to add detailed information to the data history.
(Inherited from ExpressionTransformationWrapper.) |
![]() | GetObjectData |
Implements ISerializable.
(Overrides ExpressionTransformationWrapperGetObjectData(SerializationInfo, StreamingContext).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Column |
Gets the column in which values are replaced.
|
![]() | LoadReport | Gets the PartialDataLoadReport that can be used to
report errors during connection.
(Inherited from DataTransformation.) |
![]() | Name | Gets the display name of the transformation.
(Inherited from DataTransformation.) |
![]() | NewValue |
Gets the new value.
|
![]() | OriginalValue |
Gets the original value.
|
![]() | TypeId | Gets the type identifier for the data source.
(Inherited from DataTransformation.) |
Version Information
See Also