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