Removes a 'Goods Item' entry.
Goods Item (ASBIE). An association to Goods Item (for Bulk Goods).
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void RemoveGoodsItem(
int index
) |
| Visual Basic |
|---|
Public Sub RemoveGoodsItem (
index As Integer
) |
| Visual C++ |
|---|
public:
virtual void RemoveGoodsItem(
int index
) sealed |
| F# |
|---|
abstract RemoveGoodsItem :
index : int -> unit
override RemoveGoodsItem :
index : int -> unit |
Implements
IShipment..::..RemoveGoodsItem(Int32)
See Also