Search Results for

    Show / Hide Table of Contents

    Class ShipmentDistributionDateViewModel

    Class that represents a ShipmentDistributionDateViewModel

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

    Properties

    | Improve this Doc View Source

    Date

    Gets or sets the Date

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    SplitAmount

    Gets or sets the SplitAmount

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

    TranshipAmount

    Gets or sets the TranshipAmount

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

    VehicleAmount

    Gets or sets the VehicleAmount

    Declaration
    public int VehicleAmount { 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