Search Results for

    Show / Hide Table of Contents

    Class CustomListBoxDragDropBehaviour

    Represents the custom list box drag and drop behaviour, which responsible for the dragdrop between the list box

    Inheritance
    System.Object
    CustomListBoxDragDropBehaviour
    Namespace: Simplic.PlugIn.Logistics.UI.ResourceRequirementsPlanning
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CustomListBoxDragDropBehaviour : ListBoxDragDropBehavior

    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

    CanDrop(DragDropState)

    Returns if the dragged item is supposed to be dropped there.

    Declaration
    public override bool CanDrop(DragDropState state)
    Parameters
    Type Name Description
    DragDropState state
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CanStartDrag(DragDropState)

    if the appointment is locked it returns false, else it returns true

    Declaration
    public override bool CanStartDrag(DragDropState state)
    Parameters
    Type Name Description
    DragDropState state
    Returns
    Type Description
    System.Boolean
    | 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