IRangeTemplateEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IRangeTemplateEntryForm type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| applySelectionBtn |
Gets the control applySelectionBtn
| |
| captionTextEditor |
Gets the control captionTextEditor
| |
| combinationAutoFilterButton |
Gets the control combinationAutoFilterButton
| |
| Entity | Gets the main Entity used in the Form | |
| Form |
Gets the form
(Inherited from IForm.) | |
| idTextEditor |
Gets the control idTextEditor
| |
| notesRichTextEditor |
Gets the control notesRichTextEditor
| |
| rangeType1StringLookupEditor |
Gets the control rangeType1StringLookupEditor
| |
| rangeType2StringLookupEditor |
Gets the control rangeType2StringLookupEditor
| |
| rangeType3StringLookupEditor |
Gets the control rangeType3StringLookupEditor
| |
| rangeType4StringLookupEditor |
Gets the control rangeType4StringLookupEditor
| |
| rangeType5StringLookupEditor |
Gets the control rangeType5StringLookupEditor
|
| 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.) |
IRangeTemplateEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IRangeTemplateEntryForm>(FormGuids.FormGuid, entityId);