IDocumentSerialEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IDocumentSerialEntryForm type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| addIdToDocumentNumberCheckBoxEditor |
Gets the control addIdToDocumentNumberCheckBoxEditor
| |
| applyToPurchaseCheckBoxEditor |
Gets the control applyToPurchaseCheckBoxEditor
| |
| applyToSaleCheckBoxEditor |
Gets the control applyToSaleCheckBoxEditor
| |
| applyToStockCheckBoxEditor |
Gets the control applyToStockCheckBoxEditor
| |
| correctiveSerialStringLookupEditor |
Gets the control correctiveSerialStringLookupEditor
| |
| Entity | Gets the main Entity used in the Form | |
| Form |
Gets the form
(Inherited from IForm.) | |
| isDefaultCheckBoxEditor |
Gets the control isDefaultCheckBoxEditor
| |
| isDefaultForPurchaseCheckBoxEditor |
Gets the control isDefaultForPurchaseCheckBoxEditor
| |
| isDefaultForSaleCheckBoxEditor |
Gets the control isDefaultForSaleCheckBoxEditor
| |
| isDefaultForStockCheckBoxEditor |
Gets the control isDefaultForStockCheckBoxEditor
| |
| notesRichTextEditor |
Gets the control notesRichTextEditor
| |
| purchaseCreditMemoBookTextEditor |
Gets the control purchaseCreditMemoBookTextEditor
| |
| purchaseDepositCreditMemoBookTextEditor |
Gets the control purchaseDepositCreditMemoBookTextEditor
| |
| purchaseDepositInvoiceBookTextEditor |
Gets the control purchaseDepositInvoiceBookTextEditor
| |
| purchasesBookStringLookupEditor |
Gets the control purchasesBookStringLookupEditor
| |
| purchasesBookTextEditor |
Gets the control purchasesBookTextEditor
| |
| saleCreditMemoBookTextEditor |
Gets the control saleCreditMemoBookTextEditor
| |
| saleDepositCreditMemoBookTextEditor |
Gets the control saleDepositCreditMemoBookTextEditor
| |
| saleDepositInvoiceBookTextEditor |
Gets the control saleDepositInvoiceBookTextEditor
| |
| salesBookStringLookupEditor |
Gets the control salesBookStringLookupEditor
| |
| salesBookTextEditor |
Gets the control salesBookTextEditor
| |
| serialCaptionTextEditor |
Gets the control serialCaptionTextEditor
| |
| serialNumberTextEditor |
Gets the control serialNumberTextEditor
| |
| serialToDisplayTextEditor |
Gets the control serialToDisplayTextEditor
| |
| stocksBookStringLookupEditor |
Gets the control stocksBookStringLookupEditor
| |
| stocksBookTextEditor |
Gets the control stocksBookTextEditor
| |
| typeImageComboEditor |
Gets the control typeImageComboEditor
|
| 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.) |
IDocumentSerialEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IDocumentSerialEntryForm>(FormGuids.FormGuid, entityId);