Click or drag to resize

IPosTerminalOpenCloseEntryFormFactoryArgs Interface

Represents the args to create PosTerminalOpenCloseEntryForm

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 IPosTerminalOpenCloseEntryFormFactoryArgs : IEntryFormFactoryArgs, 
	IDisposable, IEquatable<IProxy>

The IPosTerminalOpenCloseEntryFormFactoryArgs type exposes the following members.

Properties
  NameDescription
Public propertyEntityId
Gets or sets the entity identifier to load (null for a new entity).
(Inherited from IEntryFormFactoryArgs.)
Public propertyType
Gets or sets the type (Normal, Open or Close).
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also