[NetForumBusinessObjectAttribute("InventoryWarehouse")]
public class WarehouseInventoryAllocation : NetForumEntity<NetForumBusinessObjectAttribute("InventoryWarehouse")>
Public Class WarehouseInventoryAllocation
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"InventoryWarehouse")]
public ref class WarehouseInventoryAllocation : public NetForumEntity[<NetForumBusinessObjectAttribute("InventoryWarehouse")>]
type WarehouseInventoryAllocation =
class
inherit NetForumEntity
end| WarehouseInventoryAllocation | Initializes a new instance of the WarehouseInventoryAllocation class |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| ProductId | |
| QuantityAvailable | |
| RevisionInformation | (Inherited from NetForumEntity) |
| WarehouseId |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |