/ Assembly List / LJCGenDocDAL / DocClassGroup

Namespace - LJCGenDocDAL


Syntax

C#
public class DocClassGroup : IComparable<DocClassGroup>

The DocClassGroup 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 Sequence value.
ChangedNames Gets a reference to the ChangedNames list.
DocAssemblyID Gets or sets the DocAssemblyID value.
DocClassGroupHeadingID Gets or sets the DocClassGroupHeadingID value.
Heading Gets or sets the Join Heading value.
HeadingName Gets or sets the HeadingName value.
HeadingTextCustom Gets or sets the HeadingTextCustom value.
ID Gets or sets the ID value.
Sequence Gets or sets the Sequence value.

Fields
ColumnActiveFlag The ActiveFlag column name.
ColumnDocAssemblyID The DocAssemblyID column name.
ColumnDocClassGroupHeadingID The DocClassGroupHeadingID column name.
ColumnHeadingName The HeadingName column name.
ColumnHeadingTextCustom The HeadingTextCustom column name.
ColumnID The ID column name.
ColumnJoinHeading The Join Heading column name.
ColumnSequence The Sequence column name.
TableName The table name.

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