/ Assembly List / LJCSalesDAL / Product

Namespace - LJCSalesDAL


Syntax

C#
public class Product : IComparable<Product>

The Product 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
Accent Gets or sets the Accent value.
ChangedNames Gets a reference to the ChangedNames list.
Color Gets or sets the Color value.
Cost Gets or sets the Cost value.
Description Gets or sets the Description value.
ID Gets or sets the ID value.
ProductCategoryID Gets or sets the ProductCategoryID value.
ProductLineID Gets or sets the ProductLineID value.
ProductLineName Gets or sets the Join ProductLine Name value.
ProductNumber Gets or sets the ProductNumber value.
ProductSizeTypeID Gets or sets the SizeTypeID value.
SalesPrice Gets or sets the SalesPrice value.
VendorID Gets or sets the ID value.

Fields
ColumnAccent The Accent column name.
ColumnColor The Color column name.
ColumnCost The Cost column name.
ColumnDescription The Description column name.
ColumnID The ID column name.
ColumnProductCategoryID The ProductCategoryID column name.
ColumnProductLineID The ProductLineID column name.
ColumnProductLineName The Join ProductLine Name column name.
ColumnProductNumber The ProductNumber column name.
ColumnProductSizeTypeID The SizeTypeID column name.
ColumnSalesPrice The SalesPrice column name.
ColumnVendorID The Vendor ID column name.
LengthAccent The Accent maximum length.
LengthColor The Color maximum length.
LengthDescription The Description maximum length.
LengthProductNumber The ProductNumber maximum length.
TableName The table name.

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