Click or drag to resize

ICreateInvoiceFromScheduleEventArgs Interface

Arguments for the create invoice from schedule event treatment

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

The ICreateInvoiceFromScheduleEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCustomersLinesToInvoice
Gets the customers lines to invoice.
Public propertyHeaderText
Gets the header text to display
Public propertyHideAssortByMaintenanceContract
Gets whether the assort by maintenance contract check box must be hidden
Public propertyOwnerDealEntity
Gets the owner deal entity.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Remarks
The ICreateInvoiceFromScheduleEventArgs type can be instantiated with EBP.Api.Utils<TExtension>.GetInterface<T>
ICreateInvoiceFromScheduleEventArgs instance = Utils<ExtensionType>.GetInterface<ICreateInvoiceFromScheduleEventArgs>();
See Also