Click or drag to resize

IContactEntryForm Interface

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

The IContactEntryForm type exposes the following members.

Properties
  NameDescription
Public propertyActions
Actions of the form
(Inherited from IApiEntryForm.)
Public propertyaddressAddress1TextEditor
Gets the control addressAddress1TextEditor
Public propertyaddressAddress2TextEditor
Gets the control addressAddress2TextEditor
Public propertyaddressAddress3TextEditor
Gets the control addressAddress3TextEditor
Public propertyaddressAddress4TextEditor
Gets the control addressAddress4TextEditor
Public propertyaddressCityStringLookupEditor
Gets the control addressCityStringLookupEditor
Public propertyaddressCountryStringLookupEditor
Gets the control addressCountryStringLookupEditor
Public propertyaddressImageComboEditor
Gets the control addressImageComboEditor
Public propertyaddressStateStringLookupEditor
Gets the control addressStateStringLookupEditor
Public propertyaddressWebSiteLinkLabelEditor
Gets the control addressWebSiteLinkLabelEditor
Public propertyaddressZipCodeStringLookupEditor
Gets the control addressZipCodeStringLookupEditor
Public propertyallowUsePersonnalDatasCheckBoxEditor
Gets the control allowUsePersonnalDatasCheckBoxEditor
Public propertycontactCellPhoneTextEditor
Gets the control contactCellPhoneTextEditor
Public propertycontactCivilityStringLookupEditor
Gets the control contactCivilityStringLookupEditor
Public propertycontactDepartmentTextEditor
Gets the control contactDepartmentTextEditor
Public propertycontactEmailLinkLabelEditor
Gets the control contactEmailLinkLabelEditor
Public propertycontactFaxTextEditor
Gets the control contactFaxTextEditor
Public propertycontactFirstNameTextEditor
Gets the control contactFirstNameTextEditor
Public propertycontactFunctionTextEditor
Gets the control contactFunctionTextEditor
Public propertycontactLastNameTextEditor
Gets the control contactLastNameTextEditor
Public propertycontactPhoneTextEditor
Gets the control contactPhoneTextEditor
Public propertycustomerStringLookupEditor
Gets the control customerStringLookupEditor
Public propertyEntity
Gets the main Entity used in the Form
Public propertyForm
Gets the form
(Inherited from IForm.)
Public propertyisWebContactCheckBoxEditor
Gets the control isWebContactCheckBoxEditor
Public propertynaturalPersonCheckBoxEditor
Gets the control naturalPersonCheckBoxEditor
Public propertynotesRichTextEditor
Gets the control notesRichTextEditor
Public propertynpaiCheckBoxEditor
Gets the control npaiCheckBoxEditor
Public propertyoptInCheckBoxEditor
Gets the control optInCheckBoxEditor
Public propertyotherAddressAddress1TextEditor
Gets the control otherAddressAddress1TextEditor
Public propertyotherAddressAddress2TextEditor
Gets the control otherAddressAddress2TextEditor
Public propertyotherAddressAddress3TextEditor
Gets the control otherAddressAddress3TextEditor
Public propertyotherAddressAddress4TextEditor
Gets the control otherAddressAddress4TextEditor
Public propertyotherAddressCityStringLookupEditor
Gets the control otherAddressCityStringLookupEditor
Public propertyotherAddressCountryStringLookupEditor
Gets the control otherAddressCountryStringLookupEditor
Public propertyotherAddressImageComboEditor
Gets the control otherAddressImageComboEditor
Public propertyotherAddressStateStringLookupEditor
Gets the control otherAddressStateStringLookupEditor
Public propertyotherAddressWebSiteLinkLabelEditor
Gets the control otherAddressWebSiteLinkLabelEditor
Public propertyotherAddressZipCodeStringLookupEditor
Gets the control otherAddressZipCodeStringLookupEditor
Public propertyotherNpaiCheckBoxEditor
Gets the control otherNpaiCheckBoxEditor
Public propertysupplierStringLookupEditor
Gets the control supplierStringLookupEditor
Public propertytypeImageComboEditor
Gets the control typeImageComboEditor
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 IContactEntryForm type can be instantiated with EBP.Api.Utils<TExtension>.CreateEntryForm<T>
IContactEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IContactEntryForm>(FormGuids.FormGuid, entityId);
See Also