Click or drag to resize

ICustomerFamilyEntryForm Interface

Customer Family Entry Form
Customers familiy 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 ICustomerFamilyEntryForm : IThirdFamilyEntryFormBase, 
	IEntryForm, IForm, IDisposable, IEquatable<IProxy>, 
	IApiEntryForm

The ICustomerFamilyEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyanalyticGridStringLookupEditor
Gets the control analyticGridStringLookupEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyautomaticStockBookingCheckBoxEditor
Gets the control automaticStockBookingCheckBoxEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyCaptionTextEditor
Gets the control CaptionTextEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertycolleagueIdStringLookupEditor
Gets the control colleagueIdStringLookupEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertycustomReportTreeList
Gets the control customReportTreeList
(Inherited from IThirdFamilyEntryFormBase.)
Public propertydepositPercentageNumberEditor
Gets the control depositPercentageNumberEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertydiscountRateNumberEditor
Gets the control discountRateNumberEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertydocumentSerialStringLookupEditor
Gets the control documentSerialStringLookupEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyEntity
Gets the main Entity used in the Form
Public propertyfinancialDiscountRateNumberEditor
Gets the control financialDiscountRateNumberEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyIdTextEditor
Gets the control IdTextEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyinvoicingChargesNumberEditor
Gets the control invoicingChargesNumberEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyinvoicingChargesVatIdGuidLookupEditor
Gets the control invoicingChargesVatIdGuidLookupEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyIRPFRateNumberEditor
Gets the control IRPFRateNumberEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyNotesRichTextEditor
Gets the control NotesRichTextEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertypaymentDateNumberEditor
Gets the control paymentDateNumberEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyperiodicInvoicingTreeList
Gets the control periodicInvoicingTreeList
(Inherited from IThirdFamilyEntryFormBase.)
Public propertypricelistCategoryStringLookupEditor
Gets the control pricelistCategoryStringLookupEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertypriceWithTaxBasedCheckBoxEditor
Gets the control priceWithTaxBasedCheckBoxEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyschedulerColorColorEditor
Gets the control schedulerColorColorEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertysecondDiscountRateNumberEditor
Gets the control secondDiscountRateNumberEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertysecurityBondRateForGoodCompletedWorkNumberEditor
Gets the control securityBondRateForGoodCompletedWorkNumberEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertysecurityBondRateNumberEditor
Gets the control securityBondRateNumberEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertysettlementModeStringLookupEditor
Gets the control settlementModeStringLookupEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyshippingIdStringLookupEditor
Gets the control shippingIdStringLookupEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertysubjectToRECheckBoxEditor
Gets the control subjectToRECheckBoxEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertytax1GuidLookupEditor
Gets the control tax1GuidLookupEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertytax2GuidLookupEditor
Gets the control tax2GuidLookupEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertytax3GuidLookupEditor
Gets the control tax3GuidLookupEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyterritorialityImageComboEditor
Gets the control territorialityImageComboEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertyvatModeImageComboEditor
Gets the control vatModeImageComboEditor
(Inherited from IThirdFamilyEntryFormBase.)
Public propertywebContactSendKindImageComboEditor
Gets the control webContactSendKindImageComboEditor
(Inherited from IThirdFamilyEntryFormBase.)
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 ICustomerFamilyEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
ICustomerFamilyEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ICustomerFamilyEntryForm>(FormGuids.FormGuid, entityId);
See Also