| C# |
|---|
| public class DataProcess : IComparable<DataProcess> |
| #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. |
| 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. |
| 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. |