Search Results for

    Show / Hide Table of Contents

    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 Source

    ShipmentSplitConfiguration(Shipment)

    Inits the split configuration

    Declaration
    public ShipmentSplitConfiguration(Shipment baseShipment)
    Parameters
    Type Name Description
    Shipment baseShipment

    Properties

    | Improve this Doc View Source

    BaseShipment

    Gets the base shipment

    Declaration
    public Shipment BaseShipment { get; }
    Property Value
    Type Description
    Shipment
    | Improve this Doc View Source

    Items

    Gets the items to available for split

    Declaration
    public IList<ShipmentSplitItem> Items { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ShipmentSplitItem>
    | Improve this Doc View Source

    ResultShipments

    Gets the split result shipments

    Declaration
    public IList<Shipment> ResultShipments { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Shipment>
    | Improve this Doc View Source

    SplitType

    Gets or sets the selected split types

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