LinkPropsDlg class
Represents the dialog which allows to edit table link parameters
public class Korzh.EasyQuery.WinForms.ModelEditor.LinkPropsDlg : Form
Package: Korzh.EasyQuery.WinForms.ModelEditor
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.ModelEditor.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
LinkPropsDlg() | void | Initializes a new instance of the LinkPropsDlg class. |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
Dispose(bool disposing) | void | Clean up any resources being used. |
RenderLink() | void | Renders all dialog controls by the information from the link object |
SaveLink() | void | Save the current state of dialog controls into the link object |
ShowModal(DbGate dbGate, DbModel model, TableLink link, string dlgTitle) | bool | Shows the dialog in modal mode. |