Search Results for

    Show / Hide Table of Contents

    Interface ICleaningPreOrderService

    Service to load, save and delete cleaning pre orders.

    Inherited Members
    ICleaningPreOrderRepository.GetDefaultCleaningStationId()
    ICleaningPreOrderRepository.GetAllDriverNames()
    ICleaningPreOrderRepository.GetAllContainerNumbers()
    ICleaningPreOrderRepository.GetAllTractorUnitRegistrationIdentifiers()
    ICleaningPreOrderRepository.GetAllTrailerRegistrationIdentifiers()
    ICleaningPreOrderRepository.GetCleaningPreOrderByContactId(Guid, Guid, DateTime)
    ICleaningPreOrderRepository.GetCleaningPreOrderByContactIdByKanbanColumns(Guid, Guid, DateTime, String, Nullable<Guid>, Nullable<Int32>)
    ICleaningPreOrderRepository.UpdateCleaningKanbanOrderIndex(Guid, Int32)
    ICleaningPreOrderRepository.UpdateMultipleCleaningKanbanOrderIndexes(Dictionary<Guid, Int32>)
    ICleaningPreOrderRepository.UpdateState(Guid, Guid)
    Namespace: Simplic.Logistics.Cleaning
    Assembly: Simplic.Logistics.Cleaning.dll
    Syntax
    public interface ICleaningPreOrderService : ICleaningPreOrderRepository

    Methods

    | Improve this Doc View Source

    Lock(Guid)

    Locks the selected pre order

    Declaration
    bool Lock(Guid preOrderId)
    Parameters
    Type Name Description
    System.Guid preOrderId
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ReleaseLock(Guid)

    Unlocks the selected pre order

    Declaration
    void ReleaseLock(Guid preOrderId)
    Parameters
    Type Name Description
    System.Guid preOrderId
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx