public class ProductInventoryTracker
Public Class ProductInventoryTracker
public ref class ProductInventoryTracker
type ProductInventoryTracker = class end
ProductInventoryTracker | Default constructor |
CheckInventory(IInventoryTrackable, Decimal) | Checks a product's inventory in netFORUM against a requested quantity |
CheckInventory(IInventoryTrackable, Decimal, Decimal) | Checks a product's inventory in netFORUM against a requested quantity |
ClearCache | Clears the tracker's cache, ensuring that the next inventory check operations should use the most up-to-date data from netFORUM. |
GetQuantityAvailable | Gets the current available quantity of an inventory-tracked product, if known. |
IsInventoryTracked | Checks to see if a given product's inventory is being tracked in netFORUM. |