Search Results for

    Show / Hide Table of Contents

    Class CopyShipmentViewModel

    Copy shipment viewmodel

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

    Constructors

    | Improve this Doc View Source

    CopyShipmentViewModel(Guid, TransportOrderViewModel)

    Declaration
    public CopyShipmentViewModel(Guid shipmentId, TransportOrderViewModel transportOrderViewModel)
    Parameters
    Type Name Description
    System.Guid shipmentId
    TransportOrderViewModel transportOrderViewModel
    | Improve this Doc View Source

    CopyShipmentViewModel(Guid, Boolean)

    Initializew viewmodel

    Declaration
    public CopyShipmentViewModel(Guid shipnmentId, bool copyConnectedTours)
    Parameters
    Type Name Description
    System.Guid shipnmentId
    System.Boolean copyConnectedTours

    Properties

    | Improve this Doc View Source

    Amount

    Gets or sets the amount of copies to create per date

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

    CreatedShipments

    Gets or sets a list of created shipments

    Declaration
    public ObservableCollection<Shipment> CreatedShipments { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<Shipment>
    | Improve this Doc View Source

    Dates

    Gets or sets a list of dates, which will be used for creation

    Declaration
    public ObservableCollection<DateTime> Dates { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<System.DateTime>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx