![]() | IIncidentTemplateEntryForm Interface |
Namespace: EBP.Api.Interfaces.Invoicing.Module.Windows.Forms.Maintenance
The IIncidentTemplateEntryForm type exposes the following members.
Name | Description | |
---|---|---|
![]() | Actions |
Actions of the form
(Inherited from IApiEntryForm.) |
![]() | addStandardTextButton |
Gets the control addStandardTextButton
|
![]() | captionTextEditor |
Gets the control captionTextEditor
|
![]() | descriptionRichTextEditor |
Gets the control descriptionRichTextEditor
|
![]() | Entity | Gets the main Entity used in the Form |
![]() | extraCostsDataGrid |
Gets the control extraCostsDataGrid
|
![]() | Form |
Gets the form
(Inherited from IForm.) |
![]() | idTextEditor |
Gets the control idTextEditor
|
![]() | notesRichTextEditor |
Gets the control notesRichTextEditor
|
![]() | replaceStandardTextButton |
Gets the control replaceStandardTextButton
|
![]() | standardTextStringLookupEditor |
Gets the control standardTextStringLookupEditor
|
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.) |
IIncidentTemplateEntryForm instance = Utils<ExtensionType>.CreateEntryForm<IIncidentTemplateEntryForm>(FormGuids.FormGuid, entityId);