Click or drag to resize

IAmendmentEntryFormFactoryArgs Interface

AmendmentEntryForm factory args.

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Windows.Forms.Building
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IAmendmentEntryFormFactoryArgs : IEntryFormFactoryArgs, 
	IDisposable, IEquatable<IProxy>

The IAmendmentEntryFormFactoryArgs 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.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also