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