![]() | IContactEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IContactEntryForm type exposes the following members.
Name | Description | |
---|---|---|
![]() | Actions |
Actions of the form
(Inherited from IApiEntryForm.) |
![]() | addressAddress1TextEditor |
Gets the control addressAddress1TextEditor
|
![]() | addressAddress2TextEditor |
Gets the control addressAddress2TextEditor
|
![]() | addressAddress3TextEditor |
Gets the control addressAddress3TextEditor
|
![]() | addressAddress4TextEditor |
Gets the control addressAddress4TextEditor
|
![]() | addressCityStringLookupEditor |
Gets the control addressCityStringLookupEditor
|
![]() | addressCountryStringLookupEditor |
Gets the control addressCountryStringLookupEditor
|
![]() | addressImageComboEditor |
Gets the control addressImageComboEditor
|
![]() | addressStateStringLookupEditor |
Gets the control addressStateStringLookupEditor
|
![]() | addressWebSiteLinkLabelEditor |
Gets the control addressWebSiteLinkLabelEditor
|
![]() | addressZipCodeStringLookupEditor |
Gets the control addressZipCodeStringLookupEditor
|
![]() | allowUsePersonnalDatasCheckBoxEditor |
Gets the control allowUsePersonnalDatasCheckBoxEditor
|
![]() | contactCellPhoneTextEditor |
Gets the control contactCellPhoneTextEditor
|
![]() | contactCivilityStringLookupEditor |
Gets the control contactCivilityStringLookupEditor
|
![]() | contactDepartmentTextEditor |
Gets the control contactDepartmentTextEditor
|
![]() | contactEmailLinkLabelEditor |
Gets the control contactEmailLinkLabelEditor
|
![]() | contactFaxTextEditor |
Gets the control contactFaxTextEditor
|
![]() | contactFirstNameTextEditor |
Gets the control contactFirstNameTextEditor
|
![]() | contactFunctionTextEditor |
Gets the control contactFunctionTextEditor
|
![]() | contactLastNameTextEditor |
Gets the control contactLastNameTextEditor
|
![]() | contactPhoneTextEditor |
Gets the control contactPhoneTextEditor
|
![]() | customerStringLookupEditor |
Gets the control customerStringLookupEditor
|
![]() | Entity | Gets the main Entity used in the Form |
![]() | Form |
Gets the form
(Inherited from IForm.) |
![]() | isWebContactCheckBoxEditor |
Gets the control isWebContactCheckBoxEditor
|
![]() | naturalPersonCheckBoxEditor |
Gets the control naturalPersonCheckBoxEditor
|
![]() | notesRichTextEditor |
Gets the control notesRichTextEditor
|
![]() | npaiCheckBoxEditor |
Gets the control npaiCheckBoxEditor
|
![]() | optInCheckBoxEditor |
Gets the control optInCheckBoxEditor
|
![]() | otherAddressAddress1TextEditor |
Gets the control otherAddressAddress1TextEditor
|
![]() | otherAddressAddress2TextEditor |
Gets the control otherAddressAddress2TextEditor
|
![]() | otherAddressAddress3TextEditor |
Gets the control otherAddressAddress3TextEditor
|
![]() | otherAddressAddress4TextEditor |
Gets the control otherAddressAddress4TextEditor
|
![]() | otherAddressCityStringLookupEditor |
Gets the control otherAddressCityStringLookupEditor
|
![]() | otherAddressCountryStringLookupEditor |
Gets the control otherAddressCountryStringLookupEditor
|
![]() | otherAddressImageComboEditor |
Gets the control otherAddressImageComboEditor
|
![]() | otherAddressStateStringLookupEditor |
Gets the control otherAddressStateStringLookupEditor
|
![]() | otherAddressWebSiteLinkLabelEditor |
Gets the control otherAddressWebSiteLinkLabelEditor
|
![]() | otherAddressZipCodeStringLookupEditor |
Gets the control otherAddressZipCodeStringLookupEditor
|
![]() | otherNpaiCheckBoxEditor |
Gets the control otherNpaiCheckBoxEditor
|
![]() | supplierStringLookupEditor |
Gets the control supplierStringLookupEditor
|
![]() | typeImageComboEditor |
Gets the control typeImageComboEditor
|
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Show |
Show the form
(Inherited from IForm.) |
![]() | ShowDialog |
Show the form as modal
(Inherited from IForm.) |
IContactEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IContactEntryForm>(FormGuids.FormGuid, entityId);