Search Results for

    Show / Hide Table of Contents

    Interface ITransportOrderStatusResolver

    Transport order status resolver

    Namespace: Simplic.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public interface ITransportOrderStatusResolver

    Methods

    | Improve this Doc View Source

    Process(TransportOrderBase)

    Process transport order status

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

    Object to process

    Returns
    Type Description
    System.Boolean

    True if the status change conditions are fullfilled

    | Improve this Doc View Source

    Process(TransportOrderStatusProcessingObject, Guid)

    Process transport order status

    Declaration
    bool Process(TransportOrderStatusProcessingObject processingObject, Guid statusId)
    Parameters
    Type Name Description
    TransportOrderStatusProcessingObject processingObject

    Object to process

    System.Guid statusId

    Id of the status that should be set

    Returns
    Type Description
    System.Boolean

    True if the status has changed

    | Improve this Doc View Source

    Process(Guid)

    Process transport order status

    Declaration
    bool Process(Guid transportOrderId)
    Parameters
    Type Name Description
    System.Guid transportOrderId
    Returns
    Type Description
    System.Boolean

    True if the status change conditions are fullfilled

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