InventorySku Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class provides functionality to manage properties of an inventory SKU.
The InventorySku type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HasProperty | Returns true if the underlying dataset contains the specified property. | |
IsPropertyNull | Gets a value indicating whether the specified property contains a DBnullNothingnullptra null reference (Nothing in Visual Basic) value. | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Refreshes the inventory catalog object. | |
Save | Overloaded. Persists any changes made to the InventorySku. | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Backorderable | Gets or sets the back orderable flag. | |
BackorderAvailabilityDate | Gets or sets the backorder availability date. | |
BackorderedQuantity | Gets the backordered quantity. | |
BackorderLimit | Gets or sets the back order limit. | |
CatalogContext | Gets the CatalogContext object. (Inherited from CatalogObjectBase.) | |
DebugContext | Gets the DebugContext object. (Inherited from CatalogObjectBase.) | |
ExcessOnHandQuantity | Gets or sets a value which specifies the excess on hand quantity for the product. | |
Information | Gets the InventorySkusDataSet for this InventorySku object. | |
InventoryCatalogName | Gets the Inventory catalog name. | |
Item | Gets or sets the values for the custom properties for the inventory SKU. | |
LastModified | Gets the date the inventory catalog was last modified. | |
LastRestocked | Gets or sets the last restocked date. | |
Memo | Gets or sets the Memo. | |
Preorderable | Gets or sets the pre orderable flag. | |
PreorderAvailabilityDate | Gets or sets the preorder availability date. | |
PreorderedQuantity | Gets or sets the preordered quantity. | |
PreorderLimit | Gets or sets the pre order limit. | |
ProductCatalogName | Gets the Product catalog name. | |
ProductId | Gets the ProductId. | |
Quantity | Gets or sets the inventory quantity. | |
ReorderPoint | Gets or sets the quantity at which the SKU should be reordered. | |
Status | Gets or sets the SKU status. | |
StockOutThreshold | Gets or sets the stock out threshold. | |
TargetQuantity | Gets or sets the target quantity for the inventory SKU. | |
UnitOfMeasure | Gets or Sets the unit of measure. | |
VariantId | Gets the variant id. |
Top