Click or drag to resize

IPosTerminalEntryForm Interface

Currency EntryForm

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

The IPosTerminalEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyactionOnDatabaseOpenedImageComboEditor
Gets the control actionOnDatabaseOpenedImageComboEditor
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyaddress1TextEditor
Gets the control address1TextEditor
Public propertyaddress2TextEditor
Gets the control address2TextEditor
Public propertyaddress3TextEditor
Gets the control address3TextEditor
Public propertyaddress4TextEditor
Gets the control address4TextEditor
Public propertybankStringLookupEditor
Gets the control bankStringLookupEditor
Public propertycaptionTextEditor
Gets the control captionTextEditor
Public propertycatIdNumberEditor
Gets the control catIdNumberEditor
Public propertycityStringLookupEditor
Gets the control cityStringLookupEditor
Public propertycomputerNameTextEditor
Gets the control computerNameTextEditor
Public propertycountryIsoCodeStringLookupEditor
Gets the control countryIsoCodeStringLookupEditor
Public propertydefaultCustomerIdStringLookupEditor
Gets the control defaultCustomerIdStringLookupEditor
Public propertydefaultSafeIdStringLookupEditor
Gets the control defaultSafeIdStringLookupEditor
Public propertydefaultSerialStringLookupEditor
Gets the control defaultSerialStringLookupEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyfaxTextEditor
Gets the control faxTextEditor
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyidentifyScreensButton
Gets the control identifyScreensButton
Public propertyidTextEditor
Gets the control idTextEditor
Public propertynewCustomerDefaultFamilyStringLookupEditor
Gets the control newCustomerDefaultFamilyStringLookupEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertyopenCloseTreeList
Gets the control openCloseTreeList
Public propertyphoneTextEditor
Gets the control phoneTextEditor
Public propertyscreenImageComboEditor
Gets the control screenImageComboEditor
Public propertyshowAllHeldReceiptCheckBoxEditor
Gets the control showAllHeldReceiptCheckBoxEditor
Public propertystateStringLookupEditor
Gets the control stateStringLookupEditor
Public propertystorehouseIdStringLookupEditor
Gets the control storehouseIdStringLookupEditor
Public propertytabTipModeImageComboEditor
Gets the control tabTipModeImageComboEditor
Public propertythisComputerButton
Gets the control thisComputerButton
Public propertyzipCodeStringLookupEditor
Gets the control zipCodeStringLookupEditor
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 IPosTerminalEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IPosTerminalEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IPosTerminalEntryForm>(FormGuids.FormGuid, entityId);
See Also