Click or drag to resize

IComplementaryDiscountEntryForm Interface

Complementary Discount Entry Form
ComplementaryDiscountEntryForm

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

The IComplementaryDiscountEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertycodeTextEditor
Gets the control codeTextEditor
Public propertydescriptionTextEditor
Gets the control descriptionTextEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertypurchaseAccountStringLookupEditor
Gets the control purchaseAccountStringLookupEditor
Public propertypurchaseAccountTextEditor
Gets the control purchaseAccountTextEditor
Public propertysaleAccountStringLookupEditor
Gets the control saleAccountStringLookupEditor
Public propertysaleAccountTextEditor
Gets the control saleAccountTextEditor
Public propertytransferToAccountingCheckBoxEditor
Gets the control transferToAccountingCheckBoxEditor
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 IComplementaryDiscountEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IComplementaryDiscountEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IComplementaryDiscountEntryForm>(FormGuids.FormGuid, entityId);
See Also