/ Assembly List / LJCGenDocDAL / DocGenGroup

Namespace - LJCGenDocDAL


Syntax

C#
public class DocGenGroup : IComparable<DocGenGroup>

The DocGenGroup table Data Record.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
4 Methods

Properties
Description Gets or sets the Description value.
DocGenAssemblies Gets or sets the DocGenAssembly collection.
Name Gets or sets the Name value.
Sequence Gets or sets the Sequence value.

Fields
ColumnDescription The Description 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.