Add a new 'Item Location Quantity' entry. Item Location Quantity (ASBIE). An association to the description of properties related to locations and quantities of the Item.

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
void AddReqItemLocationQty(
	IItemLocationQuantity requiredItemLocationQuantity
)
Visual Basic
Sub AddReqItemLocationQty ( 
	requiredItemLocationQuantity As IItemLocationQuantity
)
Visual C++
void AddReqItemLocationQty(
	IItemLocationQuantity^ requiredItemLocationQuantity
)
F#
abstract AddReqItemLocationQty : 
        requiredItemLocationQuantity : IItemLocationQuantity -> unit 

Parameters

requiredItemLocationQuantity
Type: Unimaze.Composer.Ubl2.Interfaces..::..IItemLocationQuantity
The IItemLocationQuantity to add.

See Also