Search Results for

    Show / Hide Table of Contents

    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 Source

    DayPlanningDragAndDrop()

    Constructor that initialize the services

    Declaration
    public DayPlanningDragAndDrop()

    Properties

    | Improve this Doc View Source

    ViewModel

    Gets or sets the view model

    Declaration
    public SchedulerViewModel ViewModel { get; set; }
    Property Value
    Type Description
    SchedulerViewModel

    Methods

    | Improve this Doc View Source

    DragDropCompleted(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 ///

    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx