Search Results for

    Show / Hide Table of Contents

    Class ShipmentSplitItemViewModel

    Inheritance
    System.Object
    ShipmentSplitItemViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ShipmentSplitItemViewModel : ExtendableViewModelBase

    Constructors

    | Improve this Doc View Source

    ShipmentSplitItemViewModel(ShipmentSplitItem)

    init the viewmodel

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

    Properties

    | Improve this Doc View Source

    CalculateTranship

    Gets or sets whether the new item is a tranship

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

    JustCopy

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

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

    MaximumQuantity

    Maximum 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

    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