/ Assembly List / LJCDBViewDAL / ViewGridColumn

Namespace - LJCDBViewDAL


Syntax

C#
public class ViewGridColumn : IComparable<ViewGridColumn>

The ViewGridColumn table Data Record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
3 Methods

Properties
Caption Gets or sets the Caption value.
ChangedNames Gets a reference to the ChangedNames list.
ColumnName Gets or sets the join ColumnName value.
PropertyName Gets or sets the join PropertyName value.
Sequence Gets or sets the Sequence value.
ViewColumnID Gets or sets the ViewColumnID value.
ViewDataID Gets or sets the ViewDataID value.
Width Gets or sets the Width value.

Fields
ColumnCaption The Caption column name.
ColumnSequence The Sequence column name.
ColumnViewColumnID The ViewColumnID column name.
ColumnViewDataID The ViewDataID column name.
ColumnWidth The Width column name.
TableName The table name.

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