/ Assembly List / LJCDocAppManagerDAL / ValueRecord

Namespace - LJCDocAppManagerDAL


Syntax

C#
public class ValueRecord : IComparable<ValueRecord>

The Value 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
ChangedNames Gets a reference to the ChangedNames list.
Description Gets or sets the Description join value.
DocAppFileID Gets or sets the DocAppFileID value.
DocAppID Gets or sets the DocAppID join value.
FileName Gets or sets the FileName join value.
ID Gets or sets the ID value.
LocalFileName Gets or sets the LocalFileName join value.
LocalPath Gets or sets the LocalPath join value.
Path Gets or sets the Path join value.
TableName Gets or sets the TableName value.

Fields
ColumnDescription The Description join column name.
ColumnDocAppFileID The DocAppFileID column name.
ColumnDocAppID The DocAppID join column name.
ColumnFileName The FileName join column name.
ColumnID The ID column name.
ColumnLocalFileName The LocalFileName join column name.
ColumnLocalPath The LocalPath join column name.
ColumnPath The Path join column name.

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