Click or drag to resize

ISupplierPromotionEntryForm Interface

PurchasePromotionEntryForm class

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

The ISupplierPromotionEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyallowToDefineItemOnCalculationLinesCheckBoxEditor
Gets the control allowToDefineItemOnCalculationLinesCheckBoxEditor
(Inherited from IPriceListEntryFormBase.)
Public propertycalculationBaseImageComboEditor
Gets the control calculationBaseImageComboEditor
(Inherited from IPriceListEntryFormBase.)
Public propertycalculationTreeList
Gets the control calculationTreeList
(Inherited from IPriceListEntryFormBase.)
Public propertycanBeCumulatedCheckBoxEditor
Gets the control canBeCumulatedCheckBoxEditor
(Inherited from IPriceListEntryFormBase.)
Public propertycurrencyIdStringLookupEditor
Gets the control currencyIdStringLookupEditor
(Inherited from IPriceListEntryFormBase.)
Public propertycustomerTreeList
Gets the control customerTreeList
(Inherited from IPriceListEntryFormBase.)
Public propertydescriptionTextEditor
Gets the control descriptionTextEditor
(Inherited from IPriceListEntryFormBase.)
Public propertyendDateDateTimeEditor
Gets the control endDateDateTimeEditor
(Inherited from IPriceListEntryFormBase.)
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyidTextEditor
Gets the control idTextEditor
(Inherited from IPriceListEntryFormBase.)
Public propertyisAccumulatableWithPriceListCheckBoxEditor
Gets the control isAccumulatableWithPriceListCheckBoxEditor
(Inherited from IPriceListEntryFormBase.)
Public propertyisApplyingOnSeveralLinesCheckBoxEditor
Gets the control isApplyingOnSeveralLinesCheckBoxEditor
(Inherited from IPriceListEntryFormBase.)
Public propertyisLastAccumulatableCheckBoxEditor
Gets the control isLastAccumulatableCheckBoxEditor
(Inherited from IPriceListEntryFormBase.)
Public propertyisMultiLineGroupingAllItemConditionsCheckBoxEditor
Gets the control isMultiLineGroupingAllItemConditionsCheckBoxEditor
(Inherited from IPriceListEntryFormBase.)
Public propertyitemTreeList
Gets the control itemTreeList
(Inherited from IPriceListEntryFormBase.)
Public propertymultiLineFreeItemChoiceImageComboEditor
Gets the control multiLineFreeItemChoiceImageComboEditor
(Inherited from IPriceListEntryFormBase.)
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
(Inherited from IPriceListEntryFormBase.)
Public propertystartDateDateTimeEditor
Gets the control startDateDateTimeEditor
(Inherited from IPriceListEntryFormBase.)
Public propertythirdPriceTypeImageComboEditor
Gets the control thirdPriceTypeImageComboEditor
(Inherited from IPriceListEntryFormBase.)
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 ISupplierPromotionEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
ISupplierPromotionEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ISupplierPromotionEntryForm>(FormGuids.FormGuid, entityId);
See Also