| C# |
|---|
| public class ProcessGroup : IComparable<ProcessGroup> |
| #ctor | Initializes an object instance. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| Description | Gets or sets the Description value. |
| Name | Gets or sets the Name value. |
| ProcessGroupID | Gets or sets the ProcessGroupID value. |
| ColumnDescription | The Description column name. |
| ColumnName | The Name column name. |
| ColumnProcessGroupID | The ProcessGroupID column name. |
| LengthDescription | The Description maximum length. |
| LengthName | The Name maximum length. |
| TableName | The table name. |