Search Results for

    Show / Hide Table of Contents

    Interface ITransportOrderStatusResolverRepository

    Tansport order status resolver repository

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

    Methods

    | Improve this Doc View Source

    IsDone(Guid)

    True if all shipments are billed

    Declaration
    bool IsDone(Guid transportOrderId)
    Parameters
    Type Name Description
    System.Guid transportOrderId

    Transport order unique id

    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsInProgress(Guid)

    true if one or more shipments are scheduled

    Declaration
    bool IsInProgress(Guid transportOrderId)
    Parameters
    Type Name Description
    System.Guid transportOrderId

    Transport order unique id

    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsOpen(Guid)

    True if all shipments are open

    Declaration
    bool IsOpen(Guid transportOrderId)
    Parameters
    Type Name Description
    System.Guid transportOrderId

    Transport order unique id

    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsScheduled(Guid)

    True if all shipments are scheduled

    Declaration
    bool IsScheduled(Guid transportOrderId)
    Parameters
    Type Name Description
    System.Guid transportOrderId

    Transport order unique id

    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx