IDiscountCouponEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms.Pos.BackOffice
The IDiscountCouponEntryForm type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| barCodeTextEditor |
Gets the control barCodeTextEditor
| |
| captionTextEditor |
Gets the control captionTextEditor
| |
| commentMemoEditor |
Gets the control commentMemoEditor
| |
| discountBarCodeTreeList |
Gets the control discountBarCodeTreeList
| |
| discountItemsTreeList |
Gets the control discountItemsTreeList
| |
| Entity | Gets the main Entity used in the Form | |
| Form |
Gets the form
(Inherited from IForm.) | |
| idTextEditor |
Gets the control idTextEditor
| |
| IssuedCounterNumberEditor |
Gets the control IssuedCounterNumberEditor
| |
| notesRichTextEditor |
Gets the control notesRichTextEditor
| |
| priceListStringLookupEditor |
Gets the control priceListStringLookupEditor
| |
| printAvaliableFromDateTimeEditor |
Gets the control printAvaliableFromDateTimeEditor
| |
| printAvaliableToDateTimeEditor |
Gets the control printAvaliableToDateTimeEditor
| |
| usedCounterNumberEditor |
Gets the control usedCounterNumberEditor
| |
| useSameBarCodeCheckBoxEditor |
Gets the control useSameBarCodeCheckBoxEditor
|
| 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.) |
IDiscountCouponEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IDiscountCouponEntryForm>(FormGuids.FormGuid, entityId);