Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / InventoryManagerData Class / InventoryManagerData Constructor / InventoryManagerData Constructor(Int32,InventoryMode,Int32,Boolean)
Id of the product this inventory data is related to
Inventory Mode
Quantity in stock
Whether backorder is allowed or not
In This Topic
    InventoryManagerData Constructor(Int32,InventoryMode,Int32,Boolean)
    In This Topic
    Initializes a new instance of the InventoryManagerData class.
    Syntax

    Parameters

    productId
    Id of the product this inventory data is related to
    inventoryMode
    Inventory Mode
    inStock
    Quantity in stock
    allowBackorder
    Whether backorder is allowed or not
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also