Class DayPlanningDragAndDrop
Inheritance
System.Object
DayPlanningDragAndDrop
Namespace: Simplic.PlugIn.Logistics.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class DayPlanningDragAndDrop : ListBoxDragDropBehavior
Constructors
| Improve this Doc View SourceDayPlanningDragAndDrop()
Constructor that initialize the services
Declaration
public DayPlanningDragAndDrop()
Properties
| Improve this Doc View SourceViewModel
Gets or sets the view model
Declaration
public SchedulerViewModel ViewModel { get; set; }
Property Value
Type | Description |
---|---|
SchedulerViewModel |
Methods
| Improve this Doc View SourceDragDropCompleted(DragDropState)
Contains all methods for performing when the drag and drop is completed.
Declaration
public override void DragDropCompleted(DragDropState state)
Parameters
Type | Name | Description |
---|---|---|
DragDropState | state |
Remarks
This class ///
Drop(DragDropState)
Will be executed when the dragged item has been dropped It schedules the appoitnment and removes the shipment from the old appointment if necessary
Declaration
public override void Drop(DragDropState state)
Parameters
Type | Name | Description |
---|---|---|
DragDropState | state |