/ Assembly List / LJCSalesDAL / InventoryProduct

Namespace - LJCSalesDAL


Syntax

C#
public class InventoryProduct : IComparable<InventoryProduct>

The InventoryProduct 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.
CustomerOrderID Gets or sets the CustomerOrderID value.
CustomerOrderNumber Gets or sets the Join CustomerOrderNumber value.
ID Gets or sets the ID value.
InventoryStatusID Gets or sets the InventoryStatusID value.
ProductCategoryID Gets or sets the Join Category ID value.
ProductID Gets or sets the ProductID value.
ProductLineID Gets or sets the Join Line ID value.
ProductNumber Gets or sets the Join ProductNumber value.
ReceivedDate Gets or sets the ReceivedDate value.
Reserved Gets or sets the Reserved value.
SalesPrice Gets or sets the SalesPrice value.
ShipDate Gets or sets the ShipDate value.
SizeCode Gets or sets the SizeCode value.
SizeValue Gets or sets the SizeValue value.
SoldDate Gets or sets the SoldDate value.
StatusDescription Gets or sets the Inventory Status description.
VendorOrderDate Gets or sets the VendorOrderDate value.
VendorOrderID Gets or sets the VendorOrderID value.
VendorOrderNumber Gets or sets the Join VenderOrderNumber value.

Fields
ColumnAccent The Accent column name.
ColumnColor The Color column name.
ColumnCost The Cost column name.
ColumnCustomerOrderID The CustomerOrderID column name.
ColumnCustomerOrderNumber The Join CustomerOrderNumber column name.
ColumnID The ID column name.
ColumnInventoryStatusID The InventoryStatusID column name.
ColumnProductCategoryID The Join ProductCategoryID column name.
ColumnProductID The ProductID column name.
ColumnProductLineID The Join ProductLineID column name.
ColumnProductNumber The Join ProductNumber column name.
ColumnReceivedDate The ReceivedDate column name.
ColumnReserved The Reserved column name.
ColumnSalesPrice The SalesPrice column name.
ColumnShipDate The ShipDate column name.
ColumnSizeCode The SizeCode column name.
ColumnSizeValue The SizeValue column name.
ColumnSoldDate The SoldDate column name.
ColumnStatusDescription Missing Summary
ColumnVendorOrderDate The VendorOrderDate column name.
ColumnVendorOrderID The VendorOrderID column name.
ColumnVendorOrderNumber The Join VendorOrderNumber column name.
LengthSizeCode The SizeCode maximum length.
LengthSizeValue The SizeValue maximum length.
TableName The table name.

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