/ Assembly List / LJCDataTransformDAL / SourceStatus

Namespace - LJCDataTransformDAL


Syntax

C#
public class SourceStatus : IComparable<SourceStatus>

The SourceStatus 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 value.
Name Gets or sets the Name value.
SourceStatusID Gets or sets the SourceStatusID value.

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