Class UIHelper
Class for the UI functions.
Inheritance
Inherited Members
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public static class UIHelper
Methods
| Improve this Doc View SourceCheckVatId(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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |