Search Results for

    Show / Hide Table of Contents

    Class AutomaticShipmentDispositionTourViewModel

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

    Constructors

    | Improve this Doc View Source

    AutomaticShipmentDispositionTourViewModel(AutomaticShipmentDispositionVehicleViewModel)

    Initialize tour viewmodel

    Declaration
    public AutomaticShipmentDispositionTourViewModel(AutomaticShipmentDispositionVehicleViewModel vehicle)
    Parameters
    Type Name Description
    AutomaticShipmentDispositionVehicleViewModel vehicle

    Tour vehicle

    Properties

    | Improve this Doc View Source

    IsSelected

    Gets or sets whether the vehilcle is selected

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

    Name

    Gets the tour display text

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

    ShipmentCount

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

    ShipmentQuantity

    Declaration
    public double ShipmentQuantity { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Shipments

    Gets or sets a list of shipments

    Declaration
    public IList<AutomaticShipmentDispositionShipmentViewModel> Shipments { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<AutomaticShipmentDispositionShipmentViewModel>
    | Improve this Doc View Source

    ShipmentValue

    Declaration
    public double ShipmentValue { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Vehicle

    Gets the tour vehicle

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