/ Assembly List / LJCDocAppManagerDAL / DocAppFieldBehavior

Namespace - LJCDocAppManagerDAL


Syntax

C#
public class DocAppFieldBehavior : IComparable<DocAppFieldBehavior>

The DocAppFieldBehavior table Data Record.

Public Methods
#ctor Initializes an object instance.
CompareTo Provides the default Sort functionality.
ToString The object string identifier.
3 Methods

Properties
ChangedNames Gets a reference to the ChangedNames list.
Description Gets or sets the Description value.
ID Gets or sets the ID value.
Name Gets or sets the Name value.

Fields
ColumnDescription The Description column name.
ColumnID The ID column name.
ColumnName The Name 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.