/ Assembly List / LJCDataDetailDAL / ControlColumn

Namespace - LJCDataDetailDAL


Syntax

C#
public class ControlColumn : IComparable<ControlColumn>

The ControlColumn 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
ChangedNames Gets a reference to the Object ChangedNames list.
ColumnIndex Gets or sets the ColumnIndex value.
ControlRows The ControlColumn Object contained ControlRows.
ControlsWidth Gets or sets the ControlsWidth value.
ControlTabID Gets or sets the ControlTabID value.
ID Gets or sets the ID value.
LabelsWidth Gets or sets the LabelsWidth value.
RowCount Gets or sets the Calculated RowCount.
Width Gets the Calculated width LabelsWidth + ControlsWidth.

Fields
ColumnColumnIndex The ColumnIndex column name.
ColumnControlsWidth The ControlsWidth column name.
ColumnControlTabID The DetailDialogID column name.
ColumnID The ID column name.
ColumnLabelsWidth The LabelsWidth column name.
TableName The table name.

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