/ Assembly List / LJCDataTransformDAL / DataProcess

Namespace - LJCDataTransformDAL


Syntax

C#
public class DataProcess : IComparable<DataProcess>

The Process table Data Record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
StatusName Returns the ProcessStatus enum name from the enum value.
ToString The object string identifier.
5 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.
ProcessStatusID Gets or sets the ProcessStatusID value.
Sequence Gets or sets the join Sequence value.

Fields
ColumnDataProcessID The ProcessID column name.
ColumnDescription The Description column name.
ColumnName The Name column name.
ColumnProcessStatusID The ProcessStatusID column name.
ColumnSequence The Name 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.