/ Assembly List / LJCDataTransformDAL / TaskTransform

Namespace - LJCDataTransformDAL


Syntax

C#
public class TaskTransform : IComparable<TaskTransform>

The TaskTransform table Data Record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
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.

Fields
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.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.