/ Assembly List / LJCGenDocDAL / DocAssemblyGroup

Namespace - LJCGenDocDAL


Syntax

C#
public class DocAssemblyGroup : IComparable<DocAssemblyGroup>

The DocAssemblyGroup table Data Object.

Public Methods
#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.
5 Methods

Properties
ActiveFlag Gets or sets the ActiveFlag value.
ChangedNames Gets a reference to the ChangedNames list.
Heading Gets or sets the Heading value.
ID Gets or sets the ID value.
Name Gets or sets the Heading value.
Sequence Gets or sets the Sequence value.

Fields
ColumnActiveFlag The ActiveFlag column name.
ColumnHeading The Heading column name.
ColumnID The ID column name.
ColumnName The Name column name.
ColumnSequence The Sequence column name.
LengthHeading The Heading maximum length.
TableName The table name.

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