ICustomerSubFamilyEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The ICustomerSubFamilyEntryForm type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| analyticGridStringLookupEditor |
Gets the control analyticGridStringLookupEditor
(Inherited from IThirdSubFamilyEntryFormBase.) | |
| Entity | Gets the main Entity used in the Form | |
| Form |
Gets the form
(Inherited from IForm.) | |
| notesRichTextEditor |
Gets the control notesRichTextEditor
(Inherited from IThirdSubFamilyEntryFormBase.) | |
| thirdFamilyIdStringLookupEditor |
Gets the control thirdFamilyIdStringLookupEditor
(Inherited from IThirdSubFamilyEntryFormBase.) | |
| thirdSubFamilyCaptionTextEditor |
Gets the control thirdSubFamilyCaptionTextEditor
(Inherited from IThirdSubFamilyEntryFormBase.) | |
| thirdSubFamilyIdTextEditor |
Gets the control thirdSubFamilyIdTextEditor
(Inherited from IThirdSubFamilyEntryFormBase.) |
| 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.) |
ICustomerSubFamilyEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ICustomerSubFamilyEntryForm>(FormGuids.FormGuid, entityId);