IDisassemblyRequestProcessEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IDisassemblyRequestProcessEntryForm type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| applyFilterButton |
Gets the control applyFilterButton
(Inherited from ITargetProcessEntryFormBase.) | |
| endDateDateTimeEditor |
Gets the control endDateDateTimeEditor
(Inherited from ITargetProcessEntryFormBase.) | |
| Entity | Gets the main Entity used in the Form | |
| Form |
Gets the form
(Inherited from IForm.) | |
| newDateDateTimeEditor |
Gets the control newDateDateTimeEditor
(Inherited from ITargetProcessEntryFormBase.) | |
| newTypeImageComboEditor |
Gets the control newTypeImageComboEditor
(Inherited from ITargetProcessEntryFormBase.) | |
| referenceDateImageComboEditor |
Gets the control referenceDateImageComboEditor
(Inherited from ITargetProcessEntryFormBase.) | |
| requestDocumentDataGrid |
Gets the control requestDocumentDataGrid
(Inherited from ITargetProcessEntryFormBase.) | |
| ShowDocumentsByProcessableLineCheckBoxEditor |
Gets the control ShowDocumentsByProcessableLineCheckBoxEditor
(Inherited from ITargetProcessEntryFormBase.) | |
| showProcessableDocumentCheckBoxEditor |
Gets the control showProcessableDocumentCheckBoxEditor
(Inherited from ITargetProcessEntryFormBase.) | |
| startDateDateTimeEditor |
Gets the control startDateDateTimeEditor
(Inherited from ITargetProcessEntryFormBase.) | |
| targetDocumentGuidLookupEditor |
Gets the control targetDocumentGuidLookupEditor
(Inherited from ITargetProcessEntryFormBase.) |
| 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.) |
IDisassemblyRequestProcessEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IDisassemblyRequestProcessEntryForm>(FormGuids.FormGuid, entityId);