/ Assembly List / LJCDataDetailDAL / ControlRow

Namespace - LJCDataDetailDAL


Syntax

C#
public class ControlRow : IComparable<ControlRow>

The ControlRow 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
AllowDisplay Gets or sets the AllowDisplay value.
ChangedNames Gets a reference to the Object ChangedNames list.
ControlColumnID Gets or sets the ControlColumnID value.
DataValueName Gets or sets the DataValueName value.
ID Gets or sets the ID value.
RowControl Gets or sets the Object RowControl reference.
RowIndex Gets or sets the RowIndex value.
RowLabel Gets or sets the Object RowLabel reference.
TabbingIndex Gets or sets the TabIndex value.

Fields
ColumnAllowDisplay The AllowDisplay column name.
ColumnControlColumnID The ControlColumnID column name.
ColumnDataValueName The DataValueName column name.
ColumnID The ID column name.
ColumnRowIndex The RowIndex column name.
ColumnTabbingIndex The TabIndex column name.
LengthDataValueName The DataValueName maximum length.
TableName The table name.

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