| C# |
|---|
| public class TaskTransform : IComparable<TaskTransform> |
| #ctor | Initializes an object instance. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| Description | Gets or sets the Description value. |
| Name | Gets or sets the Name value. |
| SourceDataID | Gets or sets the Source DataSourceID value. |
| StepTaskID | Gets or sets the StepTaskID value. |
| TargetDataID | Gets or sets the Target DataSourceID value. |
| TransformID | Gets or sets the TransformID value. |
| ColumnDescription | The Description column name. |
| ColumnName | The Name column name. |
| ColumnSourceDataID | The Source DataSourceID column name. |
| ColumnStepTaskID | The StepTaskID column name. |
| ColumnTargetDataID | The Target DataSourceID column name. |
| ColumnTransformID | The TransformID column name. |
| LengthDescription | The Description maximum length. |
| LengthName | The Name maximum length. |
| PropertySourceDataID | The Source DataSourceID property name. |
| PropertyTargetDataID | The Target DataSourceID property name. |
| TableName | The table name. |