Search Results for

    Show / Hide Table of Contents

    Interface ITransportOrderStatusService

    Inherited Members
    ITransportOrderStatusRepository.GetDefault()
    ITransportOrderStatusRepository.SetTransportOrderStatus(Guid, Guid)
    ITransportOrderStatusRepository.GetTransportOrderStatus(Guid)
    Namespace: Simplic.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public interface ITransportOrderStatusService : ITransportOrderStatusRepository

    Methods

    | Improve this Doc View Source

    Process(TransportOrderBase)

    Processes the status for a transport order

    Declaration
    Guid Process(TransportOrderBase transportOrderBase)
    Parameters
    Type Name Description
    TransportOrderBase transportOrderBase

    The transport order base

    Returns
    Type Description
    System.Guid

    Returns the id that the transport order should have

    | Improve this Doc View Source

    Process(TransportOrderStatusProcessingObject)

    Processes the status for a transport order

    Declaration
    bool Process(TransportOrderStatusProcessingObject processingObject)
    Parameters
    Type Name Description
    TransportOrderStatusProcessingObject processingObject

    The processing object

    Returns
    Type Description
    System.Boolean

    Wherther the status is changed

    | Improve this Doc View Source

    Process(Guid)

    Processes the status for a transport order

    Declaration
    Guid? Process(Guid transportOrderId)
    Parameters
    Type Name Description
    System.Guid transportOrderId
    Returns
    Type Description
    System.Nullable<System.Guid>

    Returns the id that the transport order should have

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx