Search Results for

    Show / Hide Table of Contents

    Class InvoicingGroupUIHelper

    Inheritance
    System.Object
    InvoicingGroupUIHelper
    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.PlugIn.SAC.Contact.UI
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public static class InvoicingGroupUIHelper

    Methods

    | Improve this Doc View Source

    EditInvoicingGroup(IList<Object>)

    Open editor to edit existing InvoicingGroup

    Declaration
    public static GridInvokeMethodResult EditInvoicingGroup(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

    NewInvoicingGroup(IList<Object>)

    Open editor to create a new InvoicingGroup

    Declaration
    public static GridInvokeMethodResult NewInvoicingGroup(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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx