Search Results for

    Show / Hide Table of Contents

    Class ShipmentSplitItem

    Inheritance
    System.Object
    ShipmentSplitItem
    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 ShipmentSplitItem

    Constructors

    | Improve this Doc View Source

    ShipmentSplitItem(ShipmentItem)

    Inits the split item with a shipment item

    Declaration
    public ShipmentSplitItem(ShipmentItem item)
    Parameters
    Type Name Description
    ShipmentItem item

    Properties

    | Improve this Doc View Source

    BaseItem

    Gets the base shipment item

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

    CalculateTranship

    Gets or sets whether the splitet shipment calculates tranships

    Declaration
    public bool CalculateTranship { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    JustCopy

    Gets or sets whether this item is copied to each split shipment

    Declaration
    public bool JustCopy { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MaximumQuantity

    Gets or sets the maximun available quantity

    Declaration
    public int MaximumQuantity { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SplitQuantity

    Gets or sets the quantity to split

    Declaration
    public PreciseDecimal SplitQuantity { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    Text

    Gets the item text

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TranshipPartAmount

    Gets or sets the tranship part amount

    Declaration
    public PreciseDecimal TranshipPartAmount { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    Unit

    Gets the item unit name

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