/ Assembly List / LJCSalesDAL / ProductLine

Namespace - LJCSalesDAL


Syntax

C#
public class ProductLine : IComparable<ProductLine>

The ProductLine table Data Object.

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.
ID Gets or sets the ID value.
Name Gets or sets the Name value.
VendorID Gets or sets the ID value.

Fields
ColumnID The ID column name.
ColumnName The Name column name.
ColumnVendorID The Vendor ID column name.
LengthName The Name maximum length.
TableName The table name.

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