Class BankAccountUIHelper
Inheritance
System.Object
BankAccountUIHelper
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 BankAccountUIHelper
Methods
| Improve this Doc View SourceEditBankAccount(IList<Object>)
Open editor to edit existing BankAccount
Declaration
public static GridInvokeMethodResult EditBankAccount(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 |
NewBankAccount(IList<Object>)
Open editor to create a new BankAccount
Declaration
public static GridInvokeMethodResult NewBankAccount(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 |