/ Assembly List / LJCDocAppManagerDAL / DocAppFile

Namespace - LJCDocAppManagerDAL


Syntax

C#
public class DocAppFile : IComparable<DocAppFile>

The DocAppFile 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.
CreateDate Gets or sets the CreateDate value.
CreateUserID Gets or sets the CreateUserID value.
Description Gets or sets the Description value.
DocAppID Gets or sets the DocAppID value.
FileName Gets or sets the FileName value.
ID Gets or sets the ID value.
LocalFileName Gets or sets the LocalFileName value.
LocalPath Gets or sets the LocalPath value.
Path Gets or sets the Path value.
Workstation Gets or sets the Workstation value.

Fields
ColumnCreateDate The CreateDate column name.
ColumnCreateUserID The CreateUserID column name.
ColumnDescription The Description column name.
ColumnDocAppID The DocAppID column name.
ColumnFileName The FileName column name.
ColumnID The ID column name.
ColumnLocalFileName The LocalFileName column name.
ColumnLocalPath The LocalPath column name.
ColumnPath The Path column name.
ColumnWorkstation The Workstation column name.
LengthCreateUserID The CreateUserID maximum length.
LengthDescription The Description maximum length.
LengthFileName The FileName maximum length.
LengthLocalFileName The LocalFileName maximum length.
LengthLocalPath The LocalPath maximum length.
LengthPath The Path maximum length.
LengthWorkstation The Workstation maximum length.
TableName The table name.

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