Interface ITransportOrderStatusResolver
Transport order status resolver
Namespace: Simplic.Logistics
Assembly: Simplic.Logistics.dll
Syntax
public interface ITransportOrderStatusResolver
Methods
| Improve this Doc View SourceProcess(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 |
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 |
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 |