IBookReceiptEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IBookReceiptEntryForm type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| amountNumberEditor |
Gets the control amountNumberEditor
(Inherited from IReceiptExpenseEntryFormBase.) | |
| dateDateTimeEditor |
Gets the control dateDateTimeEditor
(Inherited from IReceiptExpenseEntryFormBase.) | |
| Entity | Gets the main Entity used in the Form | |
| Form |
Gets the form
(Inherited from IForm.) | |
| goodAmountNumberEditor |
Gets the control goodAmountNumberEditor
(Inherited from IReceiptExpenseEntryFormBase.) | |
| natureTextEditor |
Gets the control natureTextEditor
(Inherited from IReceiptExpenseEntryFormBase.) | |
| paymentTypeStringLookupEditor |
Gets the control paymentTypeStringLookupEditor
(Inherited from IReceiptExpenseEntryFormBase.) | |
| referenceTextEditor |
Gets the control referenceTextEditor
(Inherited from IReceiptExpenseEntryFormBase.) | |
| serviceAmountNumberEditor |
Gets the control serviceAmountNumberEditor
(Inherited from IReceiptExpenseEntryFormBase.) | |
| supplierTextEditor |
Gets the control supplierTextEditor
(Inherited from IReceiptExpenseEntryFormBase.) | |
| thirdIdStringLookupEditor |
Gets the control thirdIdStringLookupEditor
(Inherited from IReceiptExpenseEntryFormBase.) |
| 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.) |
IBookReceiptEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IBookReceiptEntryForm>(FormGuids.FormGuid, entityId);