Click or drag to resize

IIntrastatNc8NomenclatureEntryForm Interface

IntrastatNc8Nomenclature entry form.
Class representing a country entry form.

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

The IIntrastatNc8NomenclatureEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertycaptionTextEditor
Gets the control captionTextEditor
Public propertychapterTextEditor
Gets the control chapterTextEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyidTextEditor
Gets the control idTextEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertysectionTextEditor
Gets the control sectionTextEditor
Public propertysh4TextEditor
Gets the control sh4TextEditor
Public propertysh6TextEditor
Gets the control sh6TextEditor
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 IIntrastatNc8NomenclatureEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IIntrastatNc8NomenclatureEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IIntrastatNc8NomenclatureEntryForm>(FormGuids.FormGuid, entityId);
See Also