/ Assembly List / LJCDataTransformDAL / Step

Namespace - LJCDataTransformDAL


Syntax

C#
public class Step : IComparable<Step>

The Step 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.
DataProcessID Gets or sets the ProcessID value.
Description Gets or sets the Description value.
Name Gets or sets the Name value.
Sequence Gets or sets the Sequence value.
StatusID Gets or sets the Sequence value.
StepID Gets or sets the StepID value.

Fields
ColumnDataProcessID The ProcessID column name.
ColumnDescription The Description column name.
ColumnName The Name column name.
ColumnSequence The Sequence column name.
ColumnStatusID The StatusID column name.
ColumnStepID The StepID column name.
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.