Search Results for

    Show / Hide Table of Contents

    Interface ICleaningMeasurementRepository

    Access to the CleaningMeasurement

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

    Methods

    | Improve this Doc View Source

    GetByProcessId(Guid)

    Gets all measurements for the process

    Declaration
    IEnumerable<CleaningMeasurement> GetByProcessId(Guid processId)
    Parameters
    Type Name Description
    System.Guid processId

    unique id

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

    List of CleaningMeasurement

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