Search Results for

    Show / Hide Table of Contents

    Class ItemBoxApplicationHelper

    Used for using ItemBox in Simplic Studio

    Inheritance
    System.Object
    ItemBoxApplicationHelper
    Namespace: Simplic.Studio.UI
    Assembly: Simplic.Studio.UI.dll
    Syntax
    public class ItemBoxApplicationHelper : GridWindowApplicationHelper<int, ItemBox, ItemBoxViewModel>

    Properties

    | Improve this Doc View Source

    PrimaryKeyColumn

    Gets the PrimaryKeyColumn

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

    WindowInterface

    Gets the WindowIterface

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

    Methods

    | Improve this Doc View Source

    Delete(GridFunctionParameter)

    Deletes selected ItemBoxes without opening the itemBoxWindow

    Declaration
    public GridInvokeMethodResult Delete(GridFunctionParameter parameter)
    Parameters
    Type Name Description
    GridFunctionParameter parameter

    GridFunctionParameter object

    Returns
    Type Description
    GridInvokeMethodResult

    GridInvokeMethodResult object where RefreshGrid equals true if deletion was performed

    | Improve this Doc View Source

    SetExport(GridFunctionParameter)

    Export item box.

    Declaration
    public GridInvokeMethodResult SetExport(GridFunctionParameter parameter)
    Parameters
    Type Name Description
    GridFunctionParameter parameter
    Returns
    Type Description
    GridInvokeMethodResult

    State/Result for grid instructions.

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