Search Results for

    Show / Hide Table of Contents

    Interface ICleaningProcessValueRepository

    Access to the CleaningProcessValue

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

    Methods

    | Improve this Doc View Source

    GetByPreOrderId(Guid)

    Get all values for the process

    Declaration
    IEnumerable<CleaningProcessValue> GetByPreOrderId(Guid processId)
    Parameters
    Type Name Description
    System.Guid processId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<CleaningProcessValue>

    List of CleaningProcessValue

    | Improve this Doc View Source

    GetDefaultValues()

    Get all default values as preset

    Declaration
    IEnumerable<CleaningProcessValue> GetDefaultValues()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<CleaningProcessValue>

    List of CleaningProcessValue

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