Interface IShipmentStatusService
Inherited Members
Namespace: Simplic.Logistics
Assembly: Simplic.Logistics.dll
Syntax
public interface IShipmentStatusService : IShipmentStatusRepository
Methods
| Improve this Doc View SourceProcess(ShipmentStatusRefreshCommand)
Process status
Declaration
Guid Process(ShipmentStatusRefreshCommand shipmentStatusCommand)
Parameters
Type | Name | Description |
---|---|---|
ShipmentStatusRefreshCommand | shipmentStatusCommand |
Returns
Type | Description |
---|---|
System.Guid | True if the status changed |
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 |