Class ShipmentSplitConfiguration
Contains the split information
Inheritance
System.Object
ShipmentSplitConfiguration
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 ShipmentSplitConfiguration
Constructors
| Improve this Doc View SourceShipmentSplitConfiguration(Shipment)
Inits the split configuration
Declaration
public ShipmentSplitConfiguration(Shipment baseShipment)
Parameters
Type | Name | Description |
---|---|---|
Shipment | baseShipment |
Properties
| Improve this Doc View SourceBaseShipment
Gets the base shipment
Declaration
public Shipment BaseShipment { get; }
Property Value
Type | Description |
---|---|
Shipment |
Items
Gets the items to available for split
Declaration
public IList<ShipmentSplitItem> Items { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ShipmentSplitItem> |
ResultShipments
Gets the split result shipments
Declaration
public IList<Shipment> ResultShipments { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Shipment> |
SplitType
Gets or sets the selected split types
Declaration
public int SplitType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |