Search Results for

    Show / Hide Table of Contents

    Interface ITourShipmentAssignmentRepository

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

    Methods

    | Improve this Doc View Source

    Delete(TourShipmentAssignment)

    Declaration
    void Delete(TourShipmentAssignment obj)
    Parameters
    Type Name Description
    TourShipmentAssignment obj
    | Improve this Doc View Source

    DeleteByTourId(Guid)

    Declaration
    void DeleteByTourId(Guid tourId)
    Parameters
    Type Name Description
    System.Guid tourId
    | Improve this Doc View Source

    Get(Guid, Guid)

    Declaration
    TourShipmentAssignment Get(Guid tourId, Guid shipmentId)
    Parameters
    Type Name Description
    System.Guid tourId
    System.Guid shipmentId
    Returns
    Type Description
    TourShipmentAssignment
    | Improve this Doc View Source

    GetAll()

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

    GetByTourId(Guid)

    Declaration
    IEnumerable<TourShipmentAssignment> GetByTourId(Guid tourId)
    Parameters
    Type Name Description
    System.Guid tourId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<TourShipmentAssignment>
    | Improve this Doc View Source

    GetShipmentsByTourId(Guid)

    Declaration
    IList<Shipment> GetShipmentsByTourId(Guid tourId)
    Parameters
    Type Name Description
    System.Guid tourId
    Returns
    Type Description
    System.Collections.Generic.IList<Shipment>
    | Improve this Doc View Source

    Save(TourShipmentAssignment)

    Declaration
    void Save(TourShipmentAssignment obj)
    Parameters
    Type Name Description
    TourShipmentAssignment obj
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx