Search Results for

    Show / Hide Table of Contents

    Class TransportOrderViewModel

    Represents the transport view model that contains necessary information of a transport order

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

    Properties

    | Improve this Doc View Source

    Capacity

    Gets or sets the capacity

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

    DisplayName

    Gets or sets the display name

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

    Guid

    Gets or sets the guid

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

    SelectedShipment

    Gets or sets the selected shipment

    Declaration
    public ShipmentViewModel SelectedShipment { get; set; }
    Property Value
    Type Description
    ShipmentViewModel
    | Improve this Doc View Source

    Shipments

    Gets or sets a list of shipment view model

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