Interface ITransportOrderStatusResolverRepository
Tansport order status resolver repository
Namespace: Simplic.Logistics
Assembly: Simplic.Logistics.dll
Syntax
public interface ITransportOrderStatusResolverRepository
Methods
| Improve this Doc View SourceIsDone(Guid)
True if all shipments are billed
Declaration
bool IsDone(Guid transportOrderId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | transportOrderId | Transport order unique id |
Returns
Type | Description |
---|---|
System.Boolean |
IsInProgress(Guid)
true if one or more shipments are scheduled
Declaration
bool IsInProgress(Guid transportOrderId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | transportOrderId | Transport order unique id |
Returns
Type | Description |
---|---|
System.Boolean |
IsOpen(Guid)
True if all shipments are open
Declaration
bool IsOpen(Guid transportOrderId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | transportOrderId | Transport order unique id |
Returns
Type | Description |
---|---|
System.Boolean |
IsScheduled(Guid)
True if all shipments are scheduled
Declaration
bool IsScheduled(Guid transportOrderId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | transportOrderId | Transport order unique id |
Returns
Type | Description |
---|---|
System.Boolean |