Click or drag to resize

IBookReceiptEntryForm Interface

Receipt EntryForm

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

The IBookReceiptEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyamountNumberEditor
Gets the control amountNumberEditor
(Inherited from IReceiptExpenseEntryFormBase.)
Public propertydateDateTimeEditor
Gets the control dateDateTimeEditor
(Inherited from IReceiptExpenseEntryFormBase.)
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertygoodAmountNumberEditor
Gets the control goodAmountNumberEditor
(Inherited from IReceiptExpenseEntryFormBase.)
Public propertynatureTextEditor
Gets the control natureTextEditor
(Inherited from IReceiptExpenseEntryFormBase.)
Public propertypaymentTypeStringLookupEditor
Gets the control paymentTypeStringLookupEditor
(Inherited from IReceiptExpenseEntryFormBase.)
Public propertyreferenceTextEditor
Gets the control referenceTextEditor
(Inherited from IReceiptExpenseEntryFormBase.)
Public propertyserviceAmountNumberEditor
Gets the control serviceAmountNumberEditor
(Inherited from IReceiptExpenseEntryFormBase.)
Public propertysupplierTextEditor
Gets the control supplierTextEditor
(Inherited from IReceiptExpenseEntryFormBase.)
Public propertythirdIdStringLookupEditor
Gets the control thirdIdStringLookupEditor
(Inherited from IReceiptExpenseEntryFormBase.)
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 IBookReceiptEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IBookReceiptEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IBookReceiptEntryForm>(FormGuids.FormGuid, entityId);
See Also