Click or drag to resize

IServiceIntrastatEntryForm Interface

Intrastat EntryForm

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IServiceIntrastatEntryForm : IIntrastatEntryFormBase, 
	IEntryForm, IForm, IDisposable, IEquatable<IProxy>, 
	IApiEntryForm

The IServiceIntrastatEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyendDateDateTimeEditor
Gets the control endDateDateTimeEditor
(Inherited from IIntrastatEntryFormBase.)
Public propertyEntity
Gets the intrastat entity
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyintrastatDateDateTimeEditor
Gets the control intrastatDateDateTimeEditor
(Inherited from IIntrastatEntryFormBase.)
Public propertyintrastatNumberTextEditor
Gets the control intrastatNumberTextEditor
(Inherited from IIntrastatEntryFormBase.)
Public propertyintrastatReferencePeriodDateTimeEditor
Gets the control intrastatReferencePeriodDateTimeEditor
(Inherited from IIntrastatEntryFormBase.)
Public propertylinesTreeList
Gets the control linesTreeList
(Inherited from IIntrastatEntryFormBase.)
Public propertyobligationLevelImageComboEditor
Gets the control obligationLevelImageComboEditor
(Inherited from IIntrastatEntryFormBase.)
Public propertystartDateDateTimeEditor
Gets the control startDateDateTimeEditor
(Inherited from IIntrastatEntryFormBase.)
Public propertystateImageComboEditor
Gets the control stateImageComboEditor
(Inherited from IIntrastatEntryFormBase.)
Public propertytypeImageComboEditor
Gets the control typeImageComboEditor
(Inherited from IIntrastatEntryFormBase.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShow
Show the form
(Inherited from IForm.)
Public methodShowDialog
Show the form as modal
(Inherited from IForm.)
Top
Remarks
The IServiceIntrastatEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IServiceIntrastatEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IServiceIntrastatEntryForm>(FormGuids.FormGuid, entityId);
See Also