Click or drag to resize

IIntrastatEntryFormBase 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 IIntrastatEntryFormBase : IEntryForm, 
	IForm, IDisposable, IEquatable<IProxy>, IApiEntryForm

The IIntrastatEntryFormBase type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyendDateDateTimeEditor
Gets the control endDateDateTimeEditor
Public propertyEntity
Gets the intrastat entity
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyintrastatDateDateTimeEditor
Gets the control intrastatDateDateTimeEditor
Public propertyintrastatNumberTextEditor
Gets the control intrastatNumberTextEditor
Public propertyintrastatReferencePeriodDateTimeEditor
Gets the control intrastatReferencePeriodDateTimeEditor
Public propertylinesTreeList
Gets the control linesTreeList
Public propertyobligationLevelImageComboEditor
Gets the control obligationLevelImageComboEditor
Public propertystartDateDateTimeEditor
Gets the control startDateDateTimeEditor
Public propertystateImageComboEditor
Gets the control stateImageComboEditor
Public propertytypeImageComboEditor
Gets the control typeImageComboEditor
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 IIntrastatEntryFormBase type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IIntrastatEntryFormBase instance = Utils<ExtensionType>.CreateEntryForm<IIntrastatEntryFormBase>(FormGuids.FormGuid, entityId);
See Also