Search Results for

    Show / Hide Table of Contents

    Class GridFunctionParameter

    Grid menu function parameter, to pass information to clr grid calls

    Inheritance
    System.Object
    GridFunctionParameter
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class GridFunctionParameter : object

    Properties

    | Improve this Doc View Source

    AdditionalParameter

    Gets or sets a list of additional parameter

    Declaration
    public IList<object> AdditionalParameter { get; set; }
    Property Value
    Type Description
    IList<System.Object>
    | Improve this Doc View Source

    GridView

    Gets or sets the grid that has opened called the grid method

    Declaration
    public IntegratedGridView GridView { get; set; }
    Property Value
    Type Description
    IntegratedGridView
    | Improve this Doc View Source

    ParameterName

    Gets or sets a menu parameter name

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

    ParameterValue

    Gets or sets a menu parameter value

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

    SelectedRows

    Gets or sets the list of selected rows

    Declaration
    public IList<object> SelectedRows { get; set; }
    Property Value
    Type Description
    IList<System.Object>

    Methods

    | Improve this Doc View Source

    GetSelectedRowsAsDataRow()

    Gets all data rows as ObservableDataRow

    Declaration
    public IEnumerable<ObservableDataRow> GetSelectedRowsAsDataRow()
    Returns
    Type Description
    IEnumerable<ObservableDataRow>

    Null or enumerable of

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