Click or drag to resize

IItemFamilyEntryForm Interface

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

The IItemFamilyEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyaccountsDataGrid
Gets the control accountsDataGrid
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyallowNegativeStockCheckBoxEditor
Gets the control allowNegativeStockCheckBoxEditor
Public propertyanalyticGridStringLookupEditor
Gets the control analyticGridStringLookupEditor
Public propertyautomaticStockBookingCheckBoxEditor
Gets the control automaticStockBookingCheckBoxEditor
Public propertyCaptionTextEditor
Gets the control CaptionTextEditor
Public propertychargeRateNumberEditor
Gets the control chargeRateNumberEditor
Public propertycountermarkCheckBoxEditor
Gets the control countermarkCheckBoxEditor
Public propertycountermarkForcedCheckBoxEditor
Gets the control countermarkForcedCheckBoxEditor
Public propertycreateCustomerProductInCustomerParkCheckBoxEditor
Gets the control createCustomerProductInCustomerParkCheckBoxEditor
Public propertyecotaxFurnitureIdStringLookupEditor
Gets the control ecotaxFurnitureIdStringLookupEditor
Public propertyecotaxStringLookupEditor
Gets the control ecotaxStringLookupEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyextraFeeDistributionIndexNumberEditor
Gets the control extraFeeDistributionIndexNumberEditor
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyguaranteeTypeIdStringLookupEditor
Gets the control guaranteeTypeIdStringLookupEditor
Public propertyIdTextEditor
Gets the control IdTextEditor
Public propertyinterestRateNumberEditor
Gets the control interestRateNumberEditor
Public propertyisFixedPriceImageComboEditor
Gets the control isFixedPriceImageComboEditor
Public propertyisWebCheckBoxEditor
Gets the control isWebCheckBoxEditor
Public propertylimitDateModeImageComboEditor
Gets the control limitDateModeImageComboEditor
Public propertylimitDateSafetyDelayModeImageComboEditor
Gets the control limitDateSafetyDelayModeImageComboEditor
Public propertylimitDateSafetyDelayNumberEditor
Gets the control limitDateSafetyDelayNumberEditor
Public propertylocationStringLookupEditor
Gets the control locationStringLookupEditor
Public propertymainIntervenerStringLookupEditor
Gets the control mainIntervenerStringLookupEditor
Public propertymanageStockCheckBoxEditor
Gets the control manageStockCheckBoxEditor
Public propertyNotesRichTextEditor
Gets the control NotesRichTextEditor
Public propertynotIncludedImageComboEditor
Gets the control notIncludedImageComboEditor
Public propertynotOnMarketCheckBoxEditor
Gets the control notOnMarketCheckBoxEditor
Public propertynotPrintableImageComboEditor
Gets the control notPrintableImageComboEditor
Public propertypickStockDisallowedOnBookedItemCheckBoxEditor
Gets the control pickStockDisallowedOnBookedItemCheckBoxEditor
Public propertypriceDecimalNumberImageComboEditor
Gets the control priceDecimalNumberImageComboEditor
Public propertyprogramViewTreeList
Gets the control programViewTreeList
Public propertyshowAllVatCheckBoxEditor
Gets the control showAllVatCheckBoxEditor
Public propertystockBookingCheckBoxEditor
Gets the control stockBookingCheckBoxEditor
Public propertystorehouseGuidLookupEditor
Gets the control storehouseGuidLookupEditor
Public propertystorehouseLocationStringLookupEditor
Gets the control storehouseLocationStringLookupEditor
Public propertysupplierStringLookupEditor
Gets the control supplierStringLookupEditor
Public propertytaxesTreeList
Gets the control taxesTreeList
Public propertytimeUnitIdStringLookupEditor
Gets the control timeUnitIdStringLookupEditor
Public propertytrackingModeImageComboEditor
Gets the control trackingModeImageComboEditor
Public propertyvatIdGuidLookupEditor
Gets the control vatIdGuidLookupEditor
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 IItemFamilyEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IItemFamilyEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IItemFamilyEntryForm>(FormGuids.FormGuid, entityId);
See Also