IIntrastatEntryFormBase Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IIntrastatEntryFormBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| endDateDateTimeEditor |
Gets the control endDateDateTimeEditor
| |
| Entity | Gets the intrastat entity | |
| Form |
Gets the form
(Inherited from IForm.) | |
| intrastatDateDateTimeEditor |
Gets the control intrastatDateDateTimeEditor
| |
| intrastatNumberTextEditor |
Gets the control intrastatNumberTextEditor
| |
| intrastatReferencePeriodDateTimeEditor |
Gets the control intrastatReferencePeriodDateTimeEditor
| |
| linesTreeList |
Gets the control linesTreeList
| |
| obligationLevelImageComboEditor |
Gets the control obligationLevelImageComboEditor
| |
| startDateDateTimeEditor |
Gets the control startDateDateTimeEditor
| |
| stateImageComboEditor |
Gets the control stateImageComboEditor
| |
| typeImageComboEditor |
Gets the control typeImageComboEditor
|
| 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.) |
IIntrastatEntryFormBase instance = Utils<ExtensionType>.CreateEntryForm<IIntrastatEntryFormBase>(FormGuids.FormGuid, entityId);