IOrganizationEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IOrganizationEntryForm type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| captionTextEditor |
Gets the control captionTextEditor
| |
| Entity | Gets the main Entity used in the Form | |
| Form |
Gets the form
(Inherited from IForm.) | |
| includeEcotaxFurnitureAmountInPurchaseDocumentCheckBoxEditor |
Gets the control includeEcotaxFurnitureAmountInPurchaseDocumentCheckBoxEditor
| |
| includeEcotaxFurnitureAmountInSaleDocumentCheckBoxEditor |
Gets the control includeEcotaxFurnitureAmountInSaleDocumentCheckBoxEditor
| |
| isEcotaxCalculationTypeBasedOnDocumentCalculationTypeCheckBoxEditor |
Gets the control isEcotaxCalculationTypeBasedOnDocumentCalculationTypeCheckBoxEditor
| |
| notesRichTextEditor |
Gets the control notesRichTextEditor
| |
| organizationOfficialImageComboEditor |
Gets the control organizationOfficialImageComboEditor
|
| 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.) |
IOrganizationEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IOrganizationEntryForm>(FormGuids.FormGuid, entityId);