/ Assembly List / LJCDataDetailDAL / ControlTab

Namespace - LJCDataDetailDAL


Syntax

C#
public class ControlTab : IComparable<ControlTab>

The ControlTab table Data Object.

Constructor
#ctor Initializes an object instance.
#ctor The Copy constructor.

Data
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
5 Methods

Properties
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.

Fields
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.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.