Click or drag to resize

IApproachChargeEntryForm Interface

Approach charges's distribution entry form

You must use the IApproachChargeEntryFormFactoryArgs to build this form

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

The IApproachChargeEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyapplyFilterButton
Gets the control applyFilterButton
Public propertycurrencyTotalChargeAlreadyDistributedAmountNumberEditor
Gets the control currencyTotalChargeAlreadyDistributedAmountNumberEditor
Public propertycurrencyTotalChargeRemainderToDistributeAmountNumberEditor
Gets the control currencyTotalChargeRemainderToDistributeAmountNumberEditor
Public propertycurrencyTotalChargeToDistributeAmountNumberEditor
Gets the control currencyTotalChargeToDistributeAmountNumberEditor
Public propertydistributionBaseImageComboEditor
Gets the control distributionBaseImageComboEditor
Public propertydocumentsDataGrid
Gets the control documentsDataGrid
Public propertyendDateDateTimeEditor
Gets the control endDateDateTimeEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyisCorrectiveInvoiceCheckBoxEditor
Gets the control isCorrectiveInvoiceCheckBoxEditor
Public propertyisInvoiceCheckBoxEditor
Gets the control isInvoiceCheckBoxEditor
Public propertyisReceiptOrderCheckBoxEditor
Gets the control isReceiptOrderCheckBoxEditor
Public propertynumberFromGuidLookupEditor
Gets the control numberFromGuidLookupEditor
Public propertynumberToGuidLookupEditor
Gets the control numberToGuidLookupEditor
Public propertystartDateDateTimeEditor
Gets the control startDateDateTimeEditor
Public propertytotalChargeAlreadyDistributedAmountNumberEditor
Gets the control totalChargeAlreadyDistributedAmountNumberEditor
Public propertytotalChargeRemainderToDistributeAmountNumberEditor
Gets the control totalChargeRemainderToDistributeAmountNumberEditor
Public propertytotalChargeToDistributeAmountNumberEditor
Gets the control totalChargeToDistributeAmountNumberEditor
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 IApproachChargeEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IApproachChargeEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IApproachChargeEntryForm>(FormGuids.FormGuid, entityId);
See Also