Add a new 'Delivery Unit' entry.
Delivery Unit (ASBIE). An association to Delivery Units in the package.
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
void AddDeliveryUnit( IDeliveryUnit deliveryUnit ) |
| Visual Basic |
|---|
Sub AddDeliveryUnit ( deliveryUnit As IDeliveryUnit ) |
| Visual C++ |
|---|
void AddDeliveryUnit( IDeliveryUnit^ deliveryUnit ) |
| F# |
|---|
abstract AddDeliveryUnit : deliveryUnit : IDeliveryUnit -> unit |
Parameters
- deliveryUnit
- Type: Unimaze.Composer.Ubl2.Interfaces..::..IDeliveryUnit
The IDeliveryUnit to add.