Search Results for

    Show / Hide Table of Contents

    Interface ICleaningProcessService

    Access the cleaning process

    Inherited Members
    ICleaningProcessRepository.GetCleaningProgramList()
    ICleaningProcessRepository.GetByPreOrderId(Guid)
    ICleaningProcessRepository.LockProcess(Guid)
    ICleaningProcessRepository.ReleaseProcessLock(Guid)
    Namespace: Simplic.Logistics.Cleaning
    Assembly: Simplic.Logistics.Cleaning.dll
    Syntax
    public interface ICleaningProcessService : ICleaningProcessRepository

    Methods

    | Improve this Doc View Source

    CreateEmptyProcess()

    Declaration
    CleaningProcess CreateEmptyProcess()
    Returns
    Type Description
    CleaningProcess
    | Improve this Doc View Source

    CreateProcess(CleaningPreOrder, Boolean)

    Declaration
    CleaningProcess CreateProcess(CleaningPreOrder preOrder, bool save = true)
    Parameters
    Type Name Description
    CleaningPreOrder preOrder
    System.Boolean save
    Returns
    Type Description
    CleaningProcess
    | Improve this Doc View Source

    PrintCertificate(CleaningProcess)

    Print the certificate from the cleaning process

    Declaration
    Guid PrintCertificate(CleaningProcess process)
    Parameters
    Type Name Description
    CleaningProcess process

    current cleaning process

    Returns
    Type Description
    System.Guid

    Pdf tempfilename

    | Improve this Doc View Source

    PrintCheckList(CleaningProcess)

    Declaration
    void PrintCheckList(CleaningProcess process)
    Parameters
    Type Name Description
    CleaningProcess process
    | Improve this Doc View Source

    PrintOrder(IPrintable)

    Print the order to device

    Declaration
    void PrintOrder(IPrintable orderDocument)
    Parameters
    Type Name Description
    IPrintable orderDocument

    IPrintable document

    | Improve this Doc View Source

    PrintOrder(CleaningProcess)

    Declaration
    void PrintOrder(CleaningProcess process)
    Parameters
    Type Name Description
    CleaningProcess process
    | Improve this Doc View Source

    PrintOrderPdf(CleaningProcess)

    Declaration
    byte[] PrintOrderPdf(CleaningProcess process)
    Parameters
    Type Name Description
    CleaningProcess process
    Returns
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    SaveOrderPdf(Byte[], CleaningProcess)

    Declaration
    Guid SaveOrderPdf(byte[] blob, CleaningProcess process)
    Parameters
    Type Name Description
    System.Byte[] blob
    CleaningProcess process
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx