Interface ITransportOrderStatusService
Inherited Members
Namespace: Simplic.Logistics
Assembly: Simplic.Logistics.dll
Syntax
public interface ITransportOrderStatusService : ITransportOrderStatusRepository
Methods
| Improve this Doc View SourceProcess(TransportOrderBase)
Processes the status for a transport order
Declaration
Guid Process(TransportOrderBase transportOrderBase)
Parameters
Type | Name | Description |
---|---|---|
TransportOrderBase | transportOrderBase | The transport order base |
Returns
Type | Description |
---|---|
System.Guid | Returns the id that the transport order should have |
Process(TransportOrderStatusProcessingObject)
Processes the status for a transport order
Declaration
bool Process(TransportOrderStatusProcessingObject processingObject)
Parameters
Type | Name | Description |
---|---|---|
TransportOrderStatusProcessingObject | processingObject | The processing object |
Returns
Type | Description |
---|---|
System.Boolean | Wherther the status is changed |
Process(Guid)
Processes the status for a transport order
Declaration
Guid? Process(Guid transportOrderId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | transportOrderId |
Returns
Type | Description |
---|---|
System.Nullable<System.Guid> | Returns the id that the transport order should have |