Click or drag to resize

IDisbursementEntryForm Interface

Disbursement 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 IDisbursementEntryForm : IBankRemittanceEntryFormBase, 
	IEntryForm, IForm, IDisposable, IEquatable<IProxy>, 
	IApiEntryForm

The IDisbursementEntryForm type exposes the following members.

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