Click or drag to resize

IPeriodicInvoicingProcessEntryForm Interface

Entry form used to manage the generation of periodic invoices

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 IPeriodicInvoicingProcessEntryForm : IEntryForm, 
	IForm, IDisposable, IEquatable<IProxy>, IApiEntryForm

The IPeriodicInvoicingProcessEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyapplyFilterButton
Gets the control applyFilterButton
Public propertycustomerFromIdStringLookupEditor
Gets the control customerFromIdStringLookupEditor
Public propertycustomerToIdStringLookupEditor
Gets the control customerToIdStringLookupEditor
Public propertydateToDateTimeEditor
Gets the control dateToDateTimeEditor
Public propertyEntity
Get the form's main entity
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyignoreNetPriceRoundModeCheckBoxEditor
Gets the control ignoreNetPriceRoundModeCheckBoxEditor
Public propertyincludeDeliveriesAssortingCheckBoxEditor
Gets the control includeDeliveriesAssortingCheckBoxEditor
Public propertyincludeReferenceDocumentCheckBoxEditor
Gets the control includeReferenceDocumentCheckBoxEditor
Public propertyinvoicesDataGrid
Gets the control invoicesDataGrid
Public propertymaintenanceContractFromStringLookupEditor
Gets the control maintenanceContractFromStringLookupEditor
Public propertymaintenanceContractToStringLookupEditor
Gets the control maintenanceContractToStringLookupEditor
Public propertyperiodicInvoicingIdStringLookupEditor
Gets the control periodicInvoicingIdStringLookupEditor
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodShow
Show the form
(Inherited from IForm.)
Public methodShowDialog
Show the form as modal
(Inherited from IForm.)
Top
Remarks
The IPeriodicInvoicingProcessEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IPeriodicInvoicingProcessEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IPeriodicInvoicingProcessEntryForm>(FormGuids.FormGuid, entityId);
See Also