| C# |
|---|
| public class ControlTab : IComparable<ControlTab> |
| #ctor | Initializes an object instance. |
| #ctor | The Copy constructor. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| Caption | Gets or sets the Caption value. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| ControlColumns | The ControlTab Object contained ControlColumns. |
| ControlDetailID | Gets or sets the ControlDetailID value. |
| Description | Gets or sets the Description value. |
| ID | Gets or sets the ID value. |
| TabIndex | Gets or sets the TabIndex value. |
| ColumnCaption | The Caption column name. |
| ColumnControlDetailID | The ControlDetailID column name. |
| ColumnDescription | The Description column name. |
| ColumnID | The ID column name. |
| ColumnTabIndex | The TabIndex column name. |
| LengthCaption | The Caption maximum length. |
| LengthDescription | The Description maximum length. |
| TableName | The table name. |