WarehouseInventoryAllocation Class

Represents data about a product's allocation at a warehouse, represented in NetFORUM via the InventoryWarehouse business object

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("InventoryWarehouse")]
public class WarehouseInventoryAllocation : NetForumEntity
Inheritance
Object    NetForumEntity    WarehouseInventoryAllocation

Constructors

WarehouseInventoryAllocationInitializes a new instance of the WarehouseInventoryAllocation class

Properties

Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
ProductId 
QuantityAvailable 
RevisionInformation
(Inherited from NetForumEntity)
WarehouseId 

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also