Search Results for

    Show / Hide Table of Contents

    Class VehiclePlanerDateSelectionViewModel

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

    Constructors

    | Improve this Doc View Source

    VehiclePlanerDateSelectionViewModel()

    Declaration
    public VehiclePlanerDateSelectionViewModel()

    Properties

    | Improve this Doc View Source

    Dates

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

    SelectedCalendarDate

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

    SelectedListBoxDate

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