/ Assembly List / LJCSalesDAL / InventorySummary

Namespace - LJCSalesDAL


Syntax

C#
public class InventorySummary

The InventorySummary table Data Object.

Public Methods
#ctor Initializes an object instance.
Clone Clones the structure of the object.
ToString The object string identifier.
3 Methods

Properties
ChangedNames Gets a reference to the ChangedNames list.
Number Gets or sets the Number value.
ProductNumber Gets or sets the ProductNumber value.
SizeCode Gets or sets the SizeCode value.
SizeValue Gets or sets the SizeValue value.
StatusDescription Gets or sets the StatusDescription value.
SuggestedOrderQuantity Gets or sets the SuggestedOrderQuantity value.
WeeklyAverageSold Gets or sets the WeeklyAverageSold value.

Fields
ColumnNumber The Number column name.
ColumnProductNumber The ProductName column name.
ColumnSizeCode The SizeCode column name.
ColumnSizeValue The SizeValue column name.
ColumnStatusDescription The InventoryStatusID column name.
ColumnSuggestedOrderQuantity The WeeklyAverageSold column name.
ColumnWeeklyAverageSold The WeeklyAverageSold column name.
LengthProductNumber The SizeCode maximum length.
LengthSizeCode The SizeCode maximum length.
LengthSizeValue The SizeValue maximum length.
LengthStatusDescription The SizeValue maximum length.
TableName The table name.

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