Click or drag to resize

IDocumentSerialEntryForm Interface

Document serial entry 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 IDocumentSerialEntryForm : IEntryForm, 
	IForm, IDisposable, IEquatable<IProxy>, IApiEntryForm

The IDocumentSerialEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyaddIdToDocumentNumberCheckBoxEditor
Gets the control addIdToDocumentNumberCheckBoxEditor
Public propertyapplyToPurchaseCheckBoxEditor
Gets the control applyToPurchaseCheckBoxEditor
Public propertyapplyToSaleCheckBoxEditor
Gets the control applyToSaleCheckBoxEditor
Public propertyapplyToStockCheckBoxEditor
Gets the control applyToStockCheckBoxEditor
Public propertycorrectiveSerialStringLookupEditor
Gets the control correctiveSerialStringLookupEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyisDefaultCheckBoxEditor
Gets the control isDefaultCheckBoxEditor
Public propertyisDefaultForPurchaseCheckBoxEditor
Gets the control isDefaultForPurchaseCheckBoxEditor
Public propertyisDefaultForSaleCheckBoxEditor
Gets the control isDefaultForSaleCheckBoxEditor
Public propertyisDefaultForStockCheckBoxEditor
Gets the control isDefaultForStockCheckBoxEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertypurchaseCreditMemoBookTextEditor
Gets the control purchaseCreditMemoBookTextEditor
Public propertypurchaseDepositCreditMemoBookTextEditor
Gets the control purchaseDepositCreditMemoBookTextEditor
Public propertypurchaseDepositInvoiceBookTextEditor
Gets the control purchaseDepositInvoiceBookTextEditor
Public propertypurchasesBookStringLookupEditor
Gets the control purchasesBookStringLookupEditor
Public propertypurchasesBookTextEditor
Gets the control purchasesBookTextEditor
Public propertysaleCreditMemoBookTextEditor
Gets the control saleCreditMemoBookTextEditor
Public propertysaleDepositCreditMemoBookTextEditor
Gets the control saleDepositCreditMemoBookTextEditor
Public propertysaleDepositInvoiceBookTextEditor
Gets the control saleDepositInvoiceBookTextEditor
Public propertysalesBookStringLookupEditor
Gets the control salesBookStringLookupEditor
Public propertysalesBookTextEditor
Gets the control salesBookTextEditor
Public propertyserialCaptionTextEditor
Gets the control serialCaptionTextEditor
Public propertyserialNumberTextEditor
Gets the control serialNumberTextEditor
Public propertyserialToDisplayTextEditor
Gets the control serialToDisplayTextEditor
Public propertystocksBookStringLookupEditor
Gets the control stocksBookStringLookupEditor
Public propertystocksBookTextEditor
Gets the control stocksBookTextEditor
Public propertytypeImageComboEditor
Gets the control typeImageComboEditor
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 IDocumentSerialEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IDocumentSerialEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IDocumentSerialEntryForm>(FormGuids.FormGuid, entityId);
See Also