Class VehiclePlanerDateSelectionWindow
Interaction logic for VehiclePlanerDateSelectionWindow.xaml
Inheritance
System.Object
VehiclePlanerDateSelectionWindow
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class VehiclePlanerDateSelectionWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceVehiclePlanerDateSelectionWindow()
Declaration
public VehiclePlanerDateSelectionWindow()
Properties
| Improve this Doc View SourceSelectedDates
Declaration
public IList<DateTime> SelectedDates { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.DateTime> |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |