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