Search Results for

    Show / Hide Table of Contents

    Class ShipmentQuantityValueViewModel

    Model for storing all quantities for a shipment by quantity unit

    Inheritance
    System.Object
    ShipmentQuantityValueViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ShipmentQuantityValueViewModel : ViewModelBase

    Properties

    | Improve this Doc View Source

    Quantity

    Gets or sets the aggregated quantity value, for the current shipment

    Declaration
    public double? Quantity { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx