Search Results for

    Show / Hide Table of Contents

    Interface IShipmentRepository

    Namespace: Simplic.Logistics.Planning
    Assembly: Simplic.Logistics.Planning.dll
    Syntax
    public interface IShipmentRepository

    Methods

    | Improve this Doc View Source

    GetAvailableShipments()

    Gets available shipments.

    Declaration
    IEnumerable<Shipment> GetAvailableShipments()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<Shipment>
    | Improve this Doc View Source

    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

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