Search Results for

    Show / Hide Table of Contents

    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 Source

    ShipmentItemSplit(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 Source

    AllowZeroSplit

    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
    | Improve this Doc View Source

    CarrierQuantity

    Gets or sets the quantity to split

    Declaration
    public double CarrierQuantity { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    CustomerQuantity

    Gets or sets the quantity to split

    Declaration
    public double CustomerQuantity { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Item

    Gets or sets the item to split

    Declaration
    public ShipmentItem Item { get; set; }
    Property Value
    Type Description
    ShipmentItem
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx