Search Results for

    Show / Hide Table of Contents

    Interface IShipmentStatusService

    Inherited Members
    IShipmentStatusRepository.GetDefault()
    IShipmentStatusRepository.SetShipmentStatus(Guid, Guid)
    IShipmentStatusRepository.GetShipmentStatus(Guid)
    IShipmentStatusRepository.SetShipmentCarrierStatus(Guid, Guid)
    IShipmentStatusRepository.SetShipmentCustomerStatus(Guid, Guid)
    IShipmentStatusRepository.SetShipmentSupplierStatus(Guid, Guid)
    Namespace: Simplic.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public interface IShipmentStatusService : IShipmentStatusRepository

    Methods

    | Improve this Doc View Source

    Process(ShipmentStatusRefreshCommand)

    Process status

    Declaration
    Guid Process(ShipmentStatusRefreshCommand shipmentStatusCommand)
    Parameters
    Type Name Description
    ShipmentStatusRefreshCommand shipmentStatusCommand
    Returns
    Type Description
    System.Guid

    True if the status changed

    | Improve this Doc View Source

    Process(ShipmentStatusProcessingObject)

    Process status

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

    Processing object

    Returns
    Type Description
    System.Boolean

    True if the status changed

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