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
Fields
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.