| C# |
|---|
| public class InventorySummary |
| #ctor | Initializes an object instance. |
| Clone | Clones the structure of the object. |
| ToString | The object string identifier. |
| 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. |
| 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. |