Click or drag to resize

ISaveExchangedCustomerProductEventArgs Interface

Save exchanged customer product event args

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

The ISaveExchangedCustomerProductEventArgs type exposes the following members.

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