Click or drag to resize

IThirdFamilyEntryFormBase Interface

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

The IThirdFamilyEntryFormBase type exposes the following members.

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