Class ShipmentSplitManager
Inheritance
System.Object
ShipmentSplitManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentSplitManager
Methods
| Improve this Doc View SourceSplit(ShipmentSplitConfiguration, Boolean)
Splits the shipment
Declaration
public IList<Shipment> Split(ShipmentSplitConfiguration configuration, bool allowZeroSplit = false)
Parameters
Type | Name | Description |
---|---|---|
ShipmentSplitConfiguration | configuration | Filled split configuration |
System.Boolean | allowZeroSplit |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<Shipment> |