Item Location Quantity (ASBIE). An association to the original Item Location Quantity.

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

Syntax

C#
public IItemLocationQuantity OriginalItemLocationQuantity { get; set; }
Visual Basic
Public Property OriginalItemLocationQuantity As IItemLocationQuantity
	Get
	Set
Visual C++
public:
virtual property IItemLocationQuantity^ OriginalItemLocationQuantity {
	IItemLocationQuantity^ get () sealed;
	void set (IItemLocationQuantity^ value) sealed;
}
F#
abstract OriginalItemLocationQuantity : IItemLocationQuantity with get, set
override OriginalItemLocationQuantity : IItemLocationQuantity with get, set

Property Value

Type: IItemLocationQuantity

Implements

IPricingReference..::..OriginalItemLocationQuantity

Remarks

Dictionary entry name
Pricing Reference. Original_ Item Location Quantity. Item Location Quantity
Cardinality
0..1

See Also