Search Results for

    Show / Hide Table of Contents

    Interface ITranshipPartialShipmentRepository

    Namespace: Simplic.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public interface ITranshipPartialShipmentRepository

    Methods

    | Improve this Doc View Source

    GetAllForShipment(Guid)

    Declaration
    IEnumerable<TranshipPartialShipment> GetAllForShipment(Guid shipmentId)
    Parameters
    Type Name Description
    System.Guid shipmentId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TranshipPartialShipment>
    | Improve this Doc View Source

    GetByShipmentNr(String)

    Declaration
    TranshipPartialShipment GetByShipmentNr(string shipmentNr)
    Parameters
    Type Name Description
    System.String shipmentNr
    Returns
    Type Description
    TranshipPartialShipment
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx