ICustomerProductEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms.Maintenance
The ICustomerProductEntryForm type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| activeStateImageComboEditor |
Gets the control activeStateImageComboEditor
| |
| blockReasonTextEditor |
Gets the control blockReasonTextEditor
| |
| captionTextEditor |
Gets the control captionTextEditor
| |
| contractsDataGrid |
Gets the control contractsDataGrid
| |
| customerIdStringLookupEditor |
Gets the control customerIdStringLookupEditor
| |
| customerNameTextEditor |
Gets the control customerNameTextEditor
| |
| customerProductFamilyIdStringLookupEditor |
Gets the control customerProductFamilyIdStringLookupEditor
| |
| deliveryAddress1TextEditor |
Gets the control deliveryAddress1TextEditor
| |
| deliveryAddress2TextEditor |
Gets the control deliveryAddress2TextEditor
| |
| deliveryAddress3TextEditor |
Gets the control deliveryAddress3TextEditor
| |
| deliveryAddress4TextEditor |
Gets the control deliveryAddress4TextEditor
| |
| deliveryAddressCityStringLookupEditor |
Gets the control deliveryAddressCityStringLookupEditor
| |
| deliveryAddressCountryStringLookupEditor |
Gets the control deliveryAddressCountryStringLookupEditor
| |
| deliveryAddressIdGuidLookupEditor |
Gets the control deliveryAddressIdGuidLookupEditor
| |
| deliveryAddressStateStringLookupEditor |
Gets the control deliveryAddressStateStringLookupEditor
| |
| deliveryAddressZipCodeStringLookupEditor |
Gets the control deliveryAddressZipCodeStringLookupEditor
| |
| deliveryContactCellPhoneTextEditor |
Gets the control deliveryContactCellPhoneTextEditor
| |
| deliveryContactCivilityStringLookupEditor |
Gets the control deliveryContactCivilityStringLookupEditor
| |
| deliveryContactEmailTextEditor |
Gets the control deliveryContactEmailTextEditor
| |
| deliveryContactFaxTextEditor |
Gets the control deliveryContactFaxTextEditor
| |
| deliveryContactFirstNameTextEditor |
Gets the control deliveryContactFirstNameTextEditor
| |
| deliveryContactFunctionTextEditor |
Gets the control deliveryContactFunctionTextEditor
| |
| deliveryContactIdImageComboEditor |
Gets the control deliveryContactIdImageComboEditor
| |
| deliveryContactLastNameTextEditor |
Gets the control deliveryContactLastNameTextEditor
| |
| deliveryContactPhoneTextEditor |
Gets the control deliveryContactPhoneTextEditor
| |
| descriptionRichTextEditor |
Gets the control descriptionRichTextEditor
| |
| documentNumberGuidLookupEditor |
Gets the control documentNumberGuidLookupEditor
| |
| Entity | Gets the main Entity used in the Form | |
| eventsDataGrid |
Gets the control eventsDataGrid
| |
| Form |
Gets the form
(Inherited from IForm.) | |
| guaranteeExtensionTypeIdStringLookupEditor |
Gets the control guaranteeExtensionTypeIdStringLookupEditor
| |
| guaranteeTypeStringLookupEditor |
Gets the control guaranteeTypeStringLookupEditor
| |
| idTextEditor |
Gets the control idTextEditor
| |
| imagePictureEditor |
Gets the control imagePictureEditor
| |
| incidentsDataGrid |
Gets the control incidentsDataGrid
| |
| itemIdStringLookupEditor |
Gets the control itemIdStringLookupEditor
| |
| labourEndDateDateTimeEditor |
Gets the control labourEndDateDateTimeEditor
| |
| labourStartDateDateTimeEditor |
Gets the control labourStartDateDateTimeEditor
| |
| notesRichTextEditor |
Gets the control notesRichTextEditor
| |
| partsEndDateDateTimeEditor |
Gets the control partsEndDateDateTimeEditor
| |
| partsStartDateDateTimeEditor |
Gets the control partsStartDateDateTimeEditor
| |
| trackingNumberTextEditor |
Gets the control trackingNumberTextEditor
| |
| trackinNumberStringLookupEditor |
Gets the control trackinNumberStringLookupEditor
| |
| travelEndDateDateTimeEditor |
Gets the control travelEndDateDateTimeEditor
| |
| travelStartDateDateTimeEditor |
Gets the control travelStartDateDateTimeEditor
|
| 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.) |
ICustomerProductEntryForm instance = Utils<ExtensionType>.CreateEntryForm<ICustomerProductEntryForm>(FormGuids.FormGuid, entityId);