Click or drag to resize

WarehouseInventoryAllocation Class

Represents data about a product's allocation at a warehouse, represented in NetFORUM via the InventoryWarehouse business object
Inheritance Hierarchy
SystemObject
  Ignition.Framework.EntitiesNetForumEntity
    Ignition.Commerce.ProductsWarehouseInventoryAllocation

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[NetForumBusinessObjectAttribute("InventoryWarehouse")]
public class WarehouseInventoryAllocation : NetForumEntity

The WarehouseInventoryAllocation type exposes the following members.

Constructors
 NameDescription
Public methodWarehouseInventoryAllocationInitializes a new instance of the WarehouseInventoryAllocation class
Top
Properties
 NameDescription
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyProductId 
Public propertyQuantityAvailable 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Public propertyWarehouseId 
Top
Methods
 NameDescription
Public methodCastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)
Top
See Also