IBankRemittanceEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IBankRemittanceEntryForm type exposes the following members.
| Name | Description | |
|---|---|---|
| accountingExchangeGroupGuidLookupEditor |
Gets the control accountingExchangeGroupGuidLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| amountNumberEditor |
Gets the control amountNumberEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| applyFilterButton |
Gets the control applyFilterButton
(Inherited from IBankRemittanceEntryFormBase.) | |
| bankRemittanceDateDateTimeEditor |
Gets the control bankRemittanceDateDateTimeEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| bankRemittanceNumberTextEditor |
Gets the control bankRemittanceNumberTextEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| bankStringLookupEditor |
Gets the control bankStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| chargeEntryDateDateTimeEditor |
Gets the control chargeEntryDateDateTimeEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| collectionDateDateTimeEditor |
Gets the control collectionDateDateTimeEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| currencyAmountNumberEditor |
Gets the control currencyAmountNumberEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| currencyConversionRateNumberEditor |
Gets the control currencyConversionRateNumberEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| currencyIdStringLookupEditor |
Gets the control currencyIdStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| Entity | Gets the main Entity used in the Form | |
| Form |
Gets the form
(Inherited from IForm.) | |
| fromCustomerIdStringLookupEditor |
Gets the control fromCustomerIdStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| FromSafeStringLookupEditor |
Gets the control FromSafeStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| fromSettlementDateDateTimeEditor |
Gets the control fromSettlementDateDateTimeEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| fromSupplierIdStringLookupEditor |
Gets the control fromSupplierIdStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| fromTerminalStringLookupEditor |
Gets the control fromTerminalStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| linesTreeList |
Gets the control linesTreeList
(Inherited from IBankRemittanceEntryFormBase.) | |
| notesRichTextEditor |
Gets the control notesRichTextEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| onlySettlementsMustBeremittedCheckBoxEditor |
Gets the control onlySettlementsMustBeremittedCheckBoxEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| paymentTypeStringLookupEditor |
Gets the control paymentTypeStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| remittanceTypeImageComboEditor |
Gets the control remittanceTypeImageComboEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| settlementsForThisBankOnlyCheckBoxEditor |
Gets the control settlementsForThisBankOnlyCheckBoxEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| stateImageComboEditor |
Gets the control stateImageComboEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| toCustomerIdStringLookupEditor |
Gets the control toCustomerIdStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| toSafeStringLookupEditor |
Gets the control toSafeStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| toSettlementDateDateTimeEditor |
Gets the control toSettlementDateDateTimeEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| toSupplierIdStringLookupEditor |
Gets the control toSupplierIdStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| totalChargeNumberEditor0 |
Gets the control totalChargeNumberEditor0
(Inherited from IBankRemittanceEntryFormBase.) | |
| totalChargeNumberEditor1 |
Gets the control totalChargeNumberEditor1
(Inherited from IBankRemittanceEntryFormBase.) | |
| totalChargeNumberEditor2 |
Gets the control totalChargeNumberEditor2
(Inherited from IBankRemittanceEntryFormBase.) | |
| totalChargeNumberEditor3 |
Gets the control totalChargeNumberEditor3
(Inherited from IBankRemittanceEntryFormBase.) | |
| totalChargeNumberEditor4 |
Gets the control totalChargeNumberEditor4
(Inherited from IBankRemittanceEntryFormBase.) | |
| totalCurrencyChargeNumberEditor0 |
Gets the control totalCurrencyChargeNumberEditor0
(Inherited from IBankRemittanceEntryFormBase.) | |
| totalCurrencyChargeNumberEditor1 |
Gets the control totalCurrencyChargeNumberEditor1
(Inherited from IBankRemittanceEntryFormBase.) | |
| totalCurrencyChargeNumberEditor2 |
Gets the control totalCurrencyChargeNumberEditor2
(Inherited from IBankRemittanceEntryFormBase.) | |
| totalCurrencyChargeNumberEditor3 |
Gets the control totalCurrencyChargeNumberEditor3
(Inherited from IBankRemittanceEntryFormBase.) | |
| totalCurrencyChargeNumberEditor4 |
Gets the control totalCurrencyChargeNumberEditor4
(Inherited from IBankRemittanceEntryFormBase.) | |
| toTerminalStringLookupEditor |
Gets the control toTerminalStringLookupEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| transferAtCommitmentDateCheckBoxEditor |
Gets the control transferAtCommitmentDateCheckBoxEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| usePlannedBankRemittanceDateCheckBoxEditor |
Gets the control usePlannedBankRemittanceDateCheckBoxEditor
(Inherited from IBankRemittanceEntryFormBase.) | |
| useRemittanceAccountsCheckBoxEditor |
Gets the control useRemittanceAccountsCheckBoxEditor
(Inherited from IBankRemittanceEntryFormBase.) |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Show |
Show the form
(Inherited from IForm.) | |
| ShowDialog |
Show the form as modal
(Inherited from IForm.) |
IBankRemittanceEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IBankRemittanceEntryForm>(FormGuids.FormGuid, entityId);