Search Results for

    Show / Hide Table of Contents

    Class ShipmentOnTourDropService

    Inheritance
    System.Object
    ShipmentOnTourDropService
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ShipmentOnTourDropService : IGridRowDropService

    Methods

    | Improve this Doc View Source

    CanDrag(GridViewPayload)

    Gets whether dragging is allowed

    Declaration
    public bool CanDrag(GridViewPayload payload)
    Parameters
    Type Name Description
    GridViewPayload payload

    Payload to check

    Returns
    Type Description
    System.Boolean

    True if drag and drop is allowed

    | Improve this Doc View Source

    CanDrop(GridViewPayload, DataRow)

    Declaration
    public bool CanDrop(GridViewPayload payload, DataRow targetRow)
    Parameters
    Type Name Description
    GridViewPayload payload
    System.Data.DataRow targetRow
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Drop(GridViewPayload, DataRow, Action<DropResult>)

    Declaration
    public void Drop(GridViewPayload payload, DataRow targetRow, Action<DropResult> completedCallback)
    Parameters
    Type Name Description
    GridViewPayload payload
    System.Data.DataRow targetRow
    System.Action<DropResult> completedCallback
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx