![]() | ITaxEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The ITaxEntryForm type exposes the following members.
Name | Description | |
---|---|---|
![]() | Actions |
Actions of the form
(Inherited from IApiEntryForm.) |
![]() | calculationBaseImageComboEditor |
Gets the control calculationBaseImageComboEditor
|
![]() | captionTextEditor |
Gets the control captionTextEditor
|
![]() | Entity | Gets the Tax Entity |
![]() | Form |
Gets the form
(Inherited from IForm.) |
![]() | notesRichTextEditor |
Gets the control notesRichTextEditor
|
![]() | subjectToVatCheckBoxEditor |
Gets the control subjectToVatCheckBoxEditor
|
![]() | subTaxesTreeList |
Gets the control subTaxesTreeList
|
![]() | territorialitiesTreeList |
Gets the control territorialitiesTreeList
|
![]() | unitStringLookupEditor |
Gets the control unitStringLookupEditor
|
![]() | valueNumberEditor |
Gets the control valueNumberEditor
|
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.) |
ITaxEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ITaxEntryForm>(FormGuids.FormGuid, entityId);