IUnitEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms
The IUnitEntryForm type exposes the following members.
| Name | Description | |
|---|---|---|
| Actions |
Actions of the form
(Inherited from IApiEntryForm.) | |
| captionTextEditor |
Gets the control captionTextEditor
| |
| codeTextEditor |
Gets the control codeTextEditor
| |
| conversionRateNumberEditor |
Gets the control conversionRateNumberEditor
| |
| decimalNumberEditor |
Gets the control decimalNumberEditor
| |
| durationCaptionDefaultTypeImageComboEditor |
Gets the control durationCaptionDefaultTypeImageComboEditor
| |
| durationCaptionTextEditor |
Gets the control durationCaptionTextEditor
| |
| Entity | Gets the main Entity used in the Form | |
| Form |
Gets the form
(Inherited from IForm.) | |
| notesRichTextEditor |
Gets the control notesRichTextEditor
| |
| typeImageComboEditor |
Gets the control typeImageComboEditor
| |
| uneceCodeTextEditor |
Gets the control uneceCodeTextEditor
|
| 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.) |
IUnitEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IUnitEntryForm>(FormGuids.FormGuid, entityId);