/ Assembly List / LJCGenDocDAL / DocClass

Namespace - LJCGenDocDAL


Syntax

C#
public class DocClass : IComparable<DocClass>

The DocClass 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.
Description Gets or sets the Description value.
DocAssemblyID Gets or sets the DocAssemblyID value.
DocClassGroupID Gets or sets the DocClassGroupID value.
ID Gets or sets the ID value.
Name Gets or sets the Name value.
Sequence Gets or sets the Sequence value.

Fields
ColumnActiveFlag The ActiveFlag column name.
ColumnDescription The Description column name.
ColumnDocAssemblyID The DocAssemblyID column name.
ColumnDocClassGroupID The DocClassGroupID column name.
ColumnID The ID column name.
ColumnName The Name column name.
ColumnSequence The Sequence column name.
LengthDescription The Description maximum length.
LengthName The Name maximum length.
TableName The table name.

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