| C# |
|---|
| public class TransformMap : IComparable<TransformMap> |
| #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. |
| ChangeStatus | Gets or sets the Change Status value. |
| LayoutColumnID | Gets or sets the Join LayoutColumn ID. |
| MapTypeID | Gets or sets the MapTypeID value. |
| MapTypeName | Gets or sets the Join MapType name. |
| Sequence | Gets or sets the Sequence value. |
| SourceColumnID | Gets or sets the SourceColumnID value. |
| SourceColumnName | Gets or sets the Join SourceColumn name. |
| SourceDescription | Gets or sets the Join Source Description. |
| TargetColumnID | Gets or sets the TargetColumnID value. |
| TargetColumnName | Gets or sets the Join TargetColumn name. |
| TargetDescription | Gets or sets the Join Target Description. |
| TransformID | Gets or sets the TransformID value. |
| TransformMapID | Gets or sets the TransformMapID value. |
| ColumnMapTypeID | The TransformTypeID column name. |
| ColumnMapTypeName | The Join TypeName column name. |
| ColumnSequence | The Sequence column name. |
| ColumnSourceColumnID | The SourceColumnID column name. |
| ColumnSourceColumnName | The Join SourceColumn name. |
| ColumnSourceDescription | The Join SourceColumn name. |
| ColumnTargetColumnID | The TargetColumnID column name. |
| ColumnTargetColumnName | The Join TypeName column name. |
| ColumnTargetDescription | The Join TypeName column name. |
| ColumnTransformID | The TransformID column name. |
| ColumnTransformMapID | The TransformMapID column name. |
| TableName | The table name. |