Interface IShipmentHook
Hook for working with shipments
Namespace: Simplic.Logistics
Assembly: Simplic.Logistics.dll
Syntax
public interface IShipmentHook
Methods
| Improve this Doc View SourceCopied(Object)
Shipment and its items where copied
Declaration
void Copied(object shipment)
Parameters
Type | Name | Description |
---|---|---|
System.Object | shipment | Shipment instance (PlugIn shipment) |