Search Results for

    Show / Hide Table of Contents

    Interface ICleaningProcessItemRepository

    Access to the CleaningProcessItem

    Namespace: Simplic.Logistics.Cleaning
    Assembly: Simplic.Logistics.Cleaning.dll
    Syntax
    public interface ICleaningProcessItemRepository

    Methods

    | Improve this Doc View Source

    GetItemsByPreOrder(Guid)

    Get all items from the preorder

    Declaration
    IEnumerable<CleaningProcessItem> GetItemsByPreOrder(Guid preOrderId)
    Parameters
    Type Name Description
    System.Guid preOrderId

    unique pre order id

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<CleaningProcessItem>

    List of CleaningProcessItem

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