IDeliveryEntryFormBase Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IDeliveryEntryFormBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| applyFilterButton |
Gets the control applyFilterButton
| |
| assortItemscheckBoxEditor |
Gets the control assortItemscheckBoxEditor
| |
| assortSaleOrdersCheckBoxEditor |
Gets the control assortSaleOrdersCheckBoxEditor
| |
| copyDeliveredLinesCheckBoxEditor |
Gets the control copyDeliveredLinesCheckBoxEditor
| |
| copyNotDeliveredLinesCheckBoxEditor |
Gets the control copyNotDeliveredLinesCheckBoxEditor
| |
| currencyCalculationMethodImageComboEditor |
Gets the control currencyCalculationMethodImageComboEditor
| |
| currencyConvertionRateNumberEditor |
Gets the control currencyConvertionRateNumberEditor
| |
| currencyIdStringLookupEditor |
Gets the control currencyIdStringLookupEditor
| |
| documentSerialStringLookupEditor |
Gets the control documentSerialStringLookupEditor
| |
| endDateDateTimeEditor |
Gets the control endDateDateTimeEditor
| |
| Entity | Gets the main Entity used in the Form | |
| Form |
Gets the form
(Inherited from IForm.) | |
| ignoreCheckAddressCheckBoxEditor |
Gets the control ignoreCheckAddressCheckBoxEditor
| |
| ignoreCheckOriginThirdCheckBoxEditor |
Gets the control ignoreCheckOriginThirdCheckBoxEditor
| |
| ignoreCheckThirdToDeliverCheckBoxEditor |
Gets the control ignoreCheckThirdToDeliverCheckBoxEditor
| |
| ignoreNetPriceRoundModeCheckBoxEditor |
Gets the control ignoreNetPriceRoundModeCheckBoxEditor
| |
| ignoreUserFieldsCheckBoxEditor |
Gets the control ignoreUserFieldsCheckBoxEditor
| |
| mailStandardTextStringLookupEditor |
Gets the control mailStandardTextStringLookupEditor
| |
| newDateDateTimeEditor |
Gets the control newDateDateTimeEditor
| |
| newTypeImageComboEditor |
Gets the control newTypeImageComboEditor
| |
| ordersGuidLookupEditor |
Gets the control ordersGuidLookupEditor
| |
| priorityImageComboEditor |
Gets the control priorityImageComboEditor
| |
| recoverPhaseLinesCheckBoxEditor |
Gets the control recoverPhaseLinesCheckBoxEditor
| |
| referenceDateImageComboEditor |
Gets the control referenceDateImageComboEditor
| |
| saleOrdersDataGrid |
Gets the control saleOrdersDataGrid
| |
| sendAssociatedFilesCheckBoxEditor |
Gets the control sendAssociatedFilesCheckBoxEditor
| |
| sendMailCheckBoxEditor |
Gets the control sendMailCheckBoxEditor
| |
| sendSmsCheckBoxEditor |
Gets the control sendSmsCheckBoxEditor
| |
| showDeliverableOrdersByStockheckBoxEditor |
Gets the control showDeliverableOrdersByStockheckBoxEditor
| |
| showDeliverableOrdersCheckBoxEditor |
Gets the control showDeliverableOrdersCheckBoxEditor
| |
| showNonReceiptedCountermarkOrdersCheckBoxEditor |
Gets the control showNonReceiptedCountermarkOrdersCheckBoxEditor
| |
| smsStandardTextStringLookupEditor |
Gets the control smsStandardTextStringLookupEditor
| |
| startDateDateTimeEditor |
Gets the control startDateDateTimeEditor
| |
| thirdStringLookupEditor |
Gets the control thirdStringLookupEditor
|
| 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.) |
IDeliveryEntryFormBase instance = Utils<ExtensionType>.CreateEntryForm<IDeliveryEntryFormBase>(FormGuids.FormGuid, entityId);