Search Results for

    Show / Hide Table of Contents

    Class CleaningProcessApplicationHelper

    Application helper

    Inheritance
    System.Object
    CleaningProcessApplicationHelper
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CleaningProcessApplicationHelper : GridWindowApplicationHelper<Guid, CleaningProcess, CleaningProcessViewModel>

    Properties

    | Improve this Doc View Source

    PrimaryKeyColumn

    Gets the primary column of CleaningProcess

    Declaration
    public override string PrimaryKeyColumn { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    WindowInterface

    Gets the window interface

    Declaration
    public override Type WindowInterface { get; }
    Property Value
    Type Description
    System.Type

    Methods

    | Improve this Doc View Source

    ProcessCleaning(GridFunctionParameter)

    Start with the cleaning process

    Declaration
    public GridInvokeMethodResult ProcessCleaning(GridFunctionParameter param)
    Parameters
    Type Name Description
    GridFunctionParameter param
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    ProcessCleaningReOpen(GridFunctionParameter)

    Start with the cleaning process or reopen it

    Declaration
    public GridInvokeMethodResult ProcessCleaningReOpen(GridFunctionParameter param)
    Parameters
    Type Name Description
    GridFunctionParameter param
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    ReprintCleaningDocuments(GridFunctionParameter)

    Declaration
    public GridInvokeMethodResult ReprintCleaningDocuments(GridFunctionParameter param)
    Parameters
    Type Name Description
    GridFunctionParameter param
    Returns
    Type Description
    GridInvokeMethodResult
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx