Interface IShipmentRepository
Namespace: Simplic.Logistics.Planning
Assembly: Simplic.Logistics.Planning.dll
Syntax
public interface IShipmentRepository
Methods
| Improve this Doc View SourceGetAvailableShipments()
Gets available shipments.
Declaration
IEnumerable<Shipment> GetAvailableShipments()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Shipment> |
SetOxSIds(Guid, Nullable<Guid>, Nullable<Guid>)
Sets the oxs ids for tour and cleaning
Declaration
void SetOxSIds(Guid id, Guid? oxsTourId, Guid? oxsCleaningTourId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | Unique shipment id |
System.Nullable<System.Guid> | oxsTourId | OxS tour id |
System.Nullable<System.Guid> | oxsCleaningTourId | OxS cleaning tour id |