Click or drag to resize

IPaymentTypeEntryForm Interface

PaymentType EntryForm

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

The IPaymentTypeEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyallowPosReturningChangeCheckBoxEditor
Gets the control allowPosReturningChangeCheckBoxEditor
Public propertybankIdStringLookupEditor
Gets the control bankIdStringLookupEditor
Public propertybillForCollectionAccountStringLookupEditor
Gets the control billForCollectionAccountStringLookupEditor
Public propertybillForCollectionAccountTextEditor
Gets the control billForCollectionAccountTextEditor
Public propertybillForCollectionBookStringLookupEditor
Gets the control billForCollectionBookStringLookupEditor
Public propertybillForCollectionBookTextEditor
Gets the control billForCollectionBookTextEditor
Public propertybillForDiscountAccountStringLookupEditor
Gets the control billForDiscountAccountStringLookupEditor
Public propertybillForDiscountAccountTextEditor
Gets the control billForDiscountAccountTextEditor
Public propertybillForDiscountBookStringLookupEditor
Gets the control billForDiscountBookStringLookupEditor
Public propertybillForDiscountBookTextEditor
Gets the control billForDiscountBookTextEditor
Public propertyCaptionTextEditor
Gets the control CaptionTextEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertygenerateCustomerSettlementCheckBoxEditor
Gets the control generateCustomerSettlementCheckBoxEditor
Public propertygenerateSupplierSettlementCheckBoxEditor
Gets the control generateSupplierSettlementCheckBoxEditor
Public propertyIdTextEditor
Gets the control IdTextEditor
Public propertyincludeUnpaidChargeCheckBoxEditor
Gets the control includeUnpaidChargeCheckBoxEditor
Public propertymustOpenPosCashDrawerCheckBoxEditor
Gets the control mustOpenPosCashDrawerCheckBoxEditor
Public propertyNatureImageComboEditor
Gets the control NatureImageComboEditor
Public propertyNotesRichTextEditor
Gets the control NotesRichTextEditor
Public propertyremitToBankCheckBoxEditor
Gets the control remitToBankCheckBoxEditor
Public propertytransferAtCommitmentDateCheckBoxEditor
Gets the control transferAtCommitmentDateCheckBoxEditor
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 IPaymentTypeEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IPaymentTypeEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IPaymentTypeEntryForm>(FormGuids.FormGuid, entityId);
See Also