Search Results for

    Show / Hide Table of Contents

    Class CreateDailyTourEditorViewModel

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

    Constructors

    | Improve this Doc View Source

    CreateDailyTourEditorViewModel()

    Initializes a new instance of CreateDailyTourEditorViewModel

    Declaration
    public CreateDailyTourEditorViewModel()

    Properties

    | Improve this Doc View Source

    CreateTours

    Gets the CreateTour command

    Declaration
    public ICommand CreateTours { get; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | 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

    Vehicles

    Gets or sets the Vehicles

    Declaration
    public List<CreateDailyTourVehicleViewModel> Vehicles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CreateDailyTourVehicleViewModel>
    | Improve this Doc View Source

    VehiclesView

    Gets or sets the VehiclesView

    Declaration
    public CollectionViewSource VehiclesView { get; set; }
    Property Value
    Type Description
    System.Windows.Data.CollectionViewSource
    | Improve this Doc View Source

    VehicleTypes

    Gets or sets the VehicleTypes

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