Click or drag to resize

IBankRemittanceEntryFormBase Interface

Bank remittance entry form

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IBankRemittanceEntryFormBase : IEntryForm, 
	IForm, IDisposable, IEquatable<IProxy>, IApiEntryForm

The IBankRemittanceEntryFormBase type exposes the following members.

Properties
  NameDescription
Public propertyaccountingExchangeGroupGuidLookupEditor
Gets the control accountingExchangeGroupGuidLookupEditor
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyamountNumberEditor
Gets the control amountNumberEditor
Public propertyapplyFilterButton
Gets the control applyFilterButton
Public propertybankRemittanceDateDateTimeEditor
Gets the control bankRemittanceDateDateTimeEditor
Public propertybankRemittanceNumberTextEditor
Gets the control bankRemittanceNumberTextEditor
Public propertybankStringLookupEditor
Gets the control bankStringLookupEditor
Public propertychargeEntryDateDateTimeEditor
Gets the control chargeEntryDateDateTimeEditor
Public propertycollectionDateDateTimeEditor
Gets the control collectionDateDateTimeEditor
Public propertycurrencyAmountNumberEditor
Gets the control currencyAmountNumberEditor
Public propertycurrencyConversionRateNumberEditor
Gets the control currencyConversionRateNumberEditor
Public propertycurrencyIdStringLookupEditor
Gets the control currencyIdStringLookupEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyfromCustomerIdStringLookupEditor
Gets the control fromCustomerIdStringLookupEditor
Public propertyFromSafeStringLookupEditor
Gets the control FromSafeStringLookupEditor
Public propertyfromSettlementDateDateTimeEditor
Gets the control fromSettlementDateDateTimeEditor
Public propertyfromSupplierIdStringLookupEditor
Gets the control fromSupplierIdStringLookupEditor
Public propertyfromTerminalStringLookupEditor
Gets the control fromTerminalStringLookupEditor
Public propertylinesTreeList
Gets the control linesTreeList
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertyonlySettlementsMustBeremittedCheckBoxEditor
Gets the control onlySettlementsMustBeremittedCheckBoxEditor
Public propertypaymentTypeStringLookupEditor
Gets the control paymentTypeStringLookupEditor
Public propertyremittanceTypeImageComboEditor
Gets the control remittanceTypeImageComboEditor
Public propertysettlementsForThisBankOnlyCheckBoxEditor
Gets the control settlementsForThisBankOnlyCheckBoxEditor
Public propertystateImageComboEditor
Gets the control stateImageComboEditor
Public propertytoCustomerIdStringLookupEditor
Gets the control toCustomerIdStringLookupEditor
Public propertytoSafeStringLookupEditor
Gets the control toSafeStringLookupEditor
Public propertytoSettlementDateDateTimeEditor
Gets the control toSettlementDateDateTimeEditor
Public propertytoSupplierIdStringLookupEditor
Gets the control toSupplierIdStringLookupEditor
Public propertytotalChargeNumberEditor0
Gets the control totalChargeNumberEditor0
Public propertytotalChargeNumberEditor1
Gets the control totalChargeNumberEditor1
Public propertytotalChargeNumberEditor2
Gets the control totalChargeNumberEditor2
Public propertytotalChargeNumberEditor3
Gets the control totalChargeNumberEditor3
Public propertytotalChargeNumberEditor4
Gets the control totalChargeNumberEditor4
Public propertytotalCurrencyChargeNumberEditor0
Gets the control totalCurrencyChargeNumberEditor0
Public propertytotalCurrencyChargeNumberEditor1
Gets the control totalCurrencyChargeNumberEditor1
Public propertytotalCurrencyChargeNumberEditor2
Gets the control totalCurrencyChargeNumberEditor2
Public propertytotalCurrencyChargeNumberEditor3
Gets the control totalCurrencyChargeNumberEditor3
Public propertytotalCurrencyChargeNumberEditor4
Gets the control totalCurrencyChargeNumberEditor4
Public propertytoTerminalStringLookupEditor
Gets the control toTerminalStringLookupEditor
Public propertytransferAtCommitmentDateCheckBoxEditor
Gets the control transferAtCommitmentDateCheckBoxEditor
Public propertyusePlannedBankRemittanceDateCheckBoxEditor
Gets the control usePlannedBankRemittanceDateCheckBoxEditor
Public propertyuseRemittanceAccountsCheckBoxEditor
Gets the control useRemittanceAccountsCheckBoxEditor
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShow
Show the form
(Inherited from IForm.)
Public methodShowDialog
Show the form as modal
(Inherited from IForm.)
Top
Remarks
The IBankRemittanceEntryFormBase type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IBankRemittanceEntryFormBase instance = Utils<ExtensionType>.CreateEntryForm<IBankRemittanceEntryFormBase>(FormGuids.FormGuid, entityId);
See Also