Search Results for

    Show / Hide Table of Contents

    Class ShipmentStatusResolveService

    Service to send shipment status resolve requests.

    Inheritance
    System.Object
    ShipmentStatusResolveService
    Implements
    IShipmentStatusResolveService
    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 Source

    ShipmentStatusResolveService(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 Source

    SendBulkShipmentStatusResolveCommand(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
    | Improve this Doc View Source

    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

    Implements

    IShipmentStatusResolveService
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx