Class ShipmentStatusResolveService
Service to send shipment status resolve requests.
Inheritance
System.Object
ShipmentStatusResolveService
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentStatusResolveService : IShipmentStatusResolveService
Constructors
| Improve this Doc View SourceShipmentStatusResolveService(IMessageBus)
Initializes a new istance of ShipmentStatusResolveService with dependency injection.
Declaration
public ShipmentStatusResolveService(IMessageBus messageBus)
Parameters
Type | Name | Description |
---|---|---|
IMessageBus | messageBus |
Methods
| Improve this Doc View SourceSendBulkShipmentStatusResolveCommand(IList<Shipment>, String, String, Int32)
Sends a command to resolve the status for a list of shipments. Also prepares the shipments for the status resolving.
Declaration
public void SendBulkShipmentStatusResolveCommand(IList<Shipment> shipments, string caller = "", string sourceFilePath = "", int sourceLineNumber = 0)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<Shipment> | shipments | |
System.String | caller | |
System.String | sourceFilePath | |
System.Int32 | sourceLineNumber |
SendShipmentStatusResolveCommand(Shipment, String, String, Int32)
Sends a command to resolve the status for a single shipment. Also prepares the shipment for the status resolving.
Declaration
public void SendShipmentStatusResolveCommand(Shipment shipment, string caller = "", string sourceFilePath = "", int sourceLineNumber = 0)
Parameters
Type | Name | Description |
---|---|---|
Shipment | shipment | A shipment instance. |
System.String | caller | |
System.String | sourceFilePath | |
System.Int32 | sourceLineNumber |