Search Results for

    Show / Hide Table of Contents

    Class VehiclePlanerDayViewModel

    Vehicle planer planning day view model

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

    Constructors

    | Improve this Doc View Source

    VehiclePlanerDayViewModel()

    Declaration
    public VehiclePlanerDayViewModel()

    Properties

    | Improve this Doc View Source

    Departments

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

    Drivers

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

    Trailers

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