Click or drag to resize

IPriceListEntryFormBase Interface

Price list entry form base

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

The IPriceListEntryFormBase type exposes the following members.

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