Class ShipmentItemSplit
Represents the information that are required for item splitting
Inheritance
System.Object
ShipmentItemSplit
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 ShipmentItemSplit
Constructors
| Improve this Doc View SourceShipmentItemSplit(ShipmentItem, Double)
Initialize new split information instance
Declaration
public ShipmentItemSplit(ShipmentItem item, double quantity)
Parameters
Type | Name | Description |
---|---|---|
ShipmentItem | item | Shipment item instance |
System.Double | quantity | Quantity to split |
Properties
| Improve this Doc View SourceAllowZeroSplit
Gets or sets whether the its allowed to split an Item to zero
Declaration
public bool AllowZeroSplit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CarrierQuantity
Gets or sets the quantity to split
Declaration
public double CarrierQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CustomerQuantity
Gets or sets the quantity to split
Declaration
public double CustomerQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Item
Gets or sets the item to split
Declaration
public ShipmentItem Item { get; set; }
Property Value
Type | Description |
---|---|
ShipmentItem |