Search Results for

    Show / Hide Table of Contents

    Interface IShipmentStatusRepository

    Shipment status repository

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

    Methods

    | Improve this Doc View Source

    GetDefault()

    Get default status

    Declaration
    ShipmentStatus GetDefault()
    Returns
    Type Description
    ShipmentStatus

    Status instance

    | Improve this Doc View Source

    GetShipmentStatus(Guid)

    Get the shipment status id

    Declaration
    Guid GetShipmentStatus(Guid shipmentId)
    Parameters
    Type Name Description
    System.Guid shipmentId

    Unoque shipment id

    Returns
    Type Description
    System.Guid

    Shipment status id

    | Improve this Doc View Source

    SetShipmentCarrierStatus(Guid, Guid)

    Set the shipment carrier status

    Declaration
    void SetShipmentCarrierStatus(Guid shipmentId, Guid statusId)
    Parameters
    Type Name Description
    System.Guid shipmentId

    Unoque shipment id

    System.Guid statusId

    Status id

    | Improve this Doc View Source

    SetShipmentCustomerStatus(Guid, Guid)

    Set the shipment customer status

    Declaration
    void SetShipmentCustomerStatus(Guid shipmentId, Guid statusId)
    Parameters
    Type Name Description
    System.Guid shipmentId

    Unoque shipment id

    System.Guid statusId

    Status id

    | Improve this Doc View Source

    SetShipmentStatus(Guid, Guid)

    Set the shipment status

    Declaration
    void SetShipmentStatus(Guid shipmentId, Guid statusId)
    Parameters
    Type Name Description
    System.Guid shipmentId

    Unoque shipment id

    System.Guid statusId

    Status id

    | Improve this Doc View Source

    SetShipmentSupplierStatus(Guid, Guid)

    Set the shipment supplier status

    Declaration
    void SetShipmentSupplierStatus(Guid shipmentId, Guid statusId)
    Parameters
    Type Name Description
    System.Guid shipmentId

    Unoque shipment id

    System.Guid statusId

    Status id

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