![]() | IApproachChargeEntryForm Interface |
You must use the IApproachChargeEntryFormFactoryArgs to build this form
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IApproachChargeEntryForm type exposes the following members.
Name | Description | |
---|---|---|
![]() | Actions |
Actions of the form
(Inherited from IApiEntryForm.) |
![]() | applyFilterButton |
Gets the control applyFilterButton
|
![]() | currencyTotalChargeAlreadyDistributedAmountNumberEditor |
Gets the control currencyTotalChargeAlreadyDistributedAmountNumberEditor
|
![]() | currencyTotalChargeRemainderToDistributeAmountNumberEditor |
Gets the control currencyTotalChargeRemainderToDistributeAmountNumberEditor
|
![]() | currencyTotalChargeToDistributeAmountNumberEditor |
Gets the control currencyTotalChargeToDistributeAmountNumberEditor
|
![]() | distributionBaseImageComboEditor |
Gets the control distributionBaseImageComboEditor
|
![]() | documentsDataGrid |
Gets the control documentsDataGrid
|
![]() | endDateDateTimeEditor |
Gets the control endDateDateTimeEditor
|
![]() | Entity | Gets the main Entity used in the Form |
![]() | Form |
Gets the form
(Inherited from IForm.) |
![]() | isCorrectiveInvoiceCheckBoxEditor |
Gets the control isCorrectiveInvoiceCheckBoxEditor
|
![]() | isInvoiceCheckBoxEditor |
Gets the control isInvoiceCheckBoxEditor
|
![]() | isReceiptOrderCheckBoxEditor |
Gets the control isReceiptOrderCheckBoxEditor
|
![]() | numberFromGuidLookupEditor |
Gets the control numberFromGuidLookupEditor
|
![]() | numberToGuidLookupEditor |
Gets the control numberToGuidLookupEditor
|
![]() | startDateDateTimeEditor |
Gets the control startDateDateTimeEditor
|
![]() | totalChargeAlreadyDistributedAmountNumberEditor |
Gets the control totalChargeAlreadyDistributedAmountNumberEditor
|
![]() | totalChargeRemainderToDistributeAmountNumberEditor |
Gets the control totalChargeRemainderToDistributeAmountNumberEditor
|
![]() | totalChargeToDistributeAmountNumberEditor |
Gets the control totalChargeToDistributeAmountNumberEditor
|
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.) |
IApproachChargeEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IApproachChargeEntryForm>(FormGuids.FormGuid, entityId);