Search Results for

    Show / Hide Table of Contents

    Class UIHelperContext

    Inheritance
    System.Object
    UIHelperContext
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Extension.UI
    Assembly: Simplic.Framework.Extension.dll
    Syntax
    public class UIHelperContext

    Methods

    | Improve this Doc View Source

    EditContext(IList<Object>)

    Open editor to edit existing Context

    Declaration
    public static GridInvokeMethodResult EditContext(IList<object> selectedRows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> selectedRows

    List of selected rows

    Returns
    Type Description
    GridInvokeMethodResult

    Grid behaviour result

    | Improve this Doc View Source

    EditPropertyDefinition(IList<Object>)

    Edit a list of ui tabs

    Declaration
    public static GridInvokeMethodResult EditPropertyDefinition(IList<object> selectedRows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> selectedRows
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    EditPropertyEditor(IList<Object>)

    Edit a list of ui editors

    Declaration
    public static GridInvokeMethodResult EditPropertyEditor(IList<object> selectedRows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> selectedRows
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    EditUITab(IList<Object>)

    Edit a list of ui tabs

    Declaration
    public static GridInvokeMethodResult EditUITab(IList<object> selectedRows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> selectedRows
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    NewContext(IList<Object>)

    Open editor to create a new Context

    Declaration
    public static GridInvokeMethodResult NewContext(IList<object> selectedRows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> selectedRows

    List of selected rows

    Returns
    Type Description
    GridInvokeMethodResult

    Grid behaviour result

    | Improve this Doc View Source

    NewPropertyDefinition(IList<Object>)

    Show the ui tabs window to add a new article

    Declaration
    public static GridInvokeMethodResult NewPropertyDefinition(IList<object> selectedRows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> selectedRows
    Returns
    Type Description
    GridInvokeMethodResult

    Grid behaviour result

    | Improve this Doc View Source

    NewPropertyEditor(IList<Object>)

    Show the ui tabs window to add a new editor

    Declaration
    public static GridInvokeMethodResult NewPropertyEditor(IList<object> selectedRows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> selectedRows
    Returns
    Type Description
    GridInvokeMethodResult

    Grid behaviour result

    | Improve this Doc View Source

    NewUITab(IList<Object>)

    Show the ui tabs window to add a new article

    Declaration
    public static GridInvokeMethodResult NewUITab(IList<object> selectedRows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> selectedRows
    Returns
    Type Description
    GridInvokeMethodResult

    Grid behaviour result

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