/ Assembly List / LJCDataTransformDAL / StepTask

Namespace - LJCDataTransformDAL


Syntax

C#
public class StepTask : IComparable<StepTask>

The Task table Data Record.

Remarks

if the TaskType is "Program" then the ActionItemName contains three parts separated with a forward slash. These parts are: AssemblyName, ClassName and MethodName. E.G. LJC.CommonModuleLib/CommonModule/CreateTable
The assembly namespace must be the same as the assembly name.

If the TaskType is "StoredProcedure" then the ActionItemName is the name of the stored procedure.

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
ActionItemName Gets or sets the ActionItemName value.
ChangedNames Gets a reference to the ChangedNames list.
Description Gets or sets the Description value.
Name Gets or sets the Name value.
Sequence Gets or sets the Sequence value.
StepID Gets or sets the StepID value.
StepTaskID Gets or sets the StepTaskID value.
TaskStatusID Gets or sets the TaskTypeID value.
TaskTypeID Gets or sets the TaskTypeID value.

Fields
ColumnActionItemName The CodeItemName column name.
ColumnDescription The Description column name.
ColumnName The Name column name.
ColumnSequence The Sequence column name.
ColumnStepID The StepID column name.
ColumnStepTaskID The StepTaskID column name.
ColumnTaskStatusID The CodeItemName column name.
ColumnTaskTypeID The TaskTypeID column name.
LengthCodeItemName The CodeItemName maximum length.
LengthConnectionString The ConnectionString maximum length.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
TableName The table name.

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