Search Results for

    Show / Hide Table of Contents

    Interface ICleaningProcessRepository

    Access to the CleaningProcess

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

    Methods

    | Improve this Doc View Source

    GetByPreOrderId(Guid)

    Declaration
    CleaningProcess GetByPreOrderId(Guid preOrderId)
    Parameters
    Type Name Description
    System.Guid preOrderId
    Returns
    Type Description
    CleaningProcess
    | Improve this Doc View Source

    GetCleaningProgramList()

    Gets a list of available cleaning programs

    Declaration
    IList<CleaningProcessProgram> GetCleaningProgramList()
    Returns
    Type Description
    System.Collections.Generic.IList<CleaningProcessProgram>
    | Improve this Doc View Source

    LockProcess(Guid)

    Try to lock a process. Throws an LockProcessFailed if the process could not be locked.

    Declaration
    void LockProcess(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Unique process id

    | Improve this Doc View Source

    ReleaseProcessLock(Guid)

    Release a process lock

    Declaration
    void ReleaseProcessLock(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    process lock id

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