Click or drag to resize

IReturnEntryFormFactoryArgs Interface

Argument of ReturnSaleDocumentEntryForm and PurchaseReturnEntryForm form factories.

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

The IReturnEntryFormFactoryArgs type exposes the following members.

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