Search Results for

    Show / Hide Table of Contents

    Interface ICleaningProcessCodeRepository

    Access to CleaningProcessCode

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

    Methods

    | Improve this Doc View Source

    DeleteAll(CleaningProcess)

    Deletes all codes in the process.

    Declaration
    bool DeleteAll(CleaningProcess obj)
    Parameters
    Type Name Description
    CleaningProcess obj
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetByProcessId(Guid)

    Declaration
    IEnumerable<CleaningProcessCode> GetByProcessId(Guid processId)
    Parameters
    Type Name Description
    System.Guid processId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<CleaningProcessCode>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx