Search Results for

    Show / Hide Table of Contents

    Class UIHelper

    Class for the UI functions.

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

    Methods

    | Improve this Doc View Source

    CheckVatId(GridFunctionParameter)

    Check the vat-id of all selected rows.

    Declaration
    public static async Task CheckVatId(GridFunctionParameter parameter)
    Parameters
    Type Name Description
    GridFunctionParameter parameter

    selectedRows

    Returns
    Type Description
    System.Threading.Tasks.Task
    | Improve this Doc View Source

    DeleteContactCategory(IList<Object>)

    Deletes a ContactCategory

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

    DeleteContactState(IList<Object>)

    Deletes a ContactState

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

    DeleteContactSubType(IList<Object>)

    Deletes a ContactType

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

    EditContact(GridFunctionParameter)

    Opens a ContactEditor to edit a Contact.

    Declaration
    public static GridInvokeMethodResult EditContact(GridFunctionParameter parameter)
    Parameters
    Type Name Description
    GridFunctionParameter parameter

    selectedRows

    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    EditContactCategory(IList<Object>)

    Opens a ContactCategoryEditor to edit a ContactCategory

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

    EditContactFlatAnalysisIndicator(IList<Object>)

    Open editor to edit existing ContactFlatAnalysisIndicator

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

    EditContactRegion(IList<Object>)

    Open editor to edit existing ContactRegion

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

    EditContactState(IList<Object>)

    Opens a ContactStateEditor to edit a ContactState

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

    EditContactSubType(IList<Object>)

    Opens a ContactTypeEditor to edit a ContactType

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

    EditContactType(IList<Object>)

    Open editor to edit existing ContactType

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

    EditEMailAddressType(IList<Object>)

    Open editor to edit existing EMailAddressType

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

    EditGLA(GridFunctionParameter)

    Open editor to edit existing PersonalAccountGeneralLedgerGroup

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

    Grid behaviour result

    | Improve this Doc View Source

    EditPersonalAccountSample(IList<Object>)

    Open editor to edit existing PersonalAccountSample

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

    EditPersonalAccountTenant(IList<Object>)

    Open editor to edit existing PersonalAccountTenant

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

    EditPersonalAccountTermOfPayment(IList<Object>)

    Open editor to edit existing PersonalAccountTermOfPayment

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

    EditPhoneNumberType(IList<Object>)

    Open editor to edit existing PhoneNumberType

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

    EditPhysicalAddressType(IList<Object>)

    Open editor to edit existing PhysicalAddressType

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

    MarkAsDuplicate(IList<Object>)

    Mark a list of contacts as duplicate

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

    MarkAsNotDuplicate(IList<Object>)

    Mark a list of contacts as duplicate

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

    MarkAsNotProvenDuplicate(IList<Object>)

    Mark a list of contacts as duplicate

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

    NewContactCategory(IList<Object>)

    Opens a ContactCategoryEditor to create a new ContactCategory

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

    NewContactFlatAnalysisIndicator(IList<Object>)

    Open editor to create a new ContactFlatAnalysisIndicator

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

    NewContactRegion(IList<Object>)

    Open editor to create a new ContactRegion

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

    NewContactState(IList<Object>)

    Opens a ContactStateEditor to create a new ContactState

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

    NewContactSubType(IList<Object>)

    Opens a ContactTypeEditor to create a new ContactType

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

    NewContactType(IList<Object>)

    Open editor to create a new ContactType

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

    NewEMailAddressType(IList<Object>)

    Open editor to create a new EMailAddressType

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

    NewGLA(IList<Object>)

    Open editor to create a new PersonalAccountGeneralLedgerGroup

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

    NewPersonalAccountSample(IList<Object>)

    Open editor to create a new PersonalAccountSample

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

    NewPersonalAccountTenant(IList<Object>)

    Open editor to create a new PersonalAccountTenant

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

    NewPersonalAccountTermOfPayment(IList<Object>)

    Open editor to create a new PersonalAccountTermOfPayment

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

    NewPhoneNumberType(IList<Object>)

    Open editor to create a new PhoneNumberType

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

    NewPhysicalAddressType(IList<Object>)

    Open editor to create a new PhysicalAddressType

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

    OpenMergeDuplicateWindow(IList<Object>)

    Open migration window

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