Click or drag to resize

IItemCreatedFromLineEventArgs Interface

ItemCreatedFromLine

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.DocumentBase
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IItemCreatedFromLineEventArgs : IEventArgs, 
	IDisposable, IEquatable<IProxy>

The IItemCreatedFromLineEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyItemCaption
Gets the item ID
Public propertyItemId
Gets the item ID
Public propertyItemType
Gets the item type
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Remarks
The IItemCreatedFromLineEventArgs type can be instantiated with EBP.Api.Utils<TExtension>.GetInterface<T>
IItemCreatedFromLineEventArgs instance = Utils<ExtensionType>.GetInterface<IItemCreatedFromLineEventArgs>();
See Also