linkpropsdlg-class
Represents the dialog which allows to edit table link parameters
public class Korzh.EasyQuery.WinForms.ModelEditor.LinkPropsDlg
: Form
Assembly: Korzh.EasyQuery.WinForms.ModelEditor.dll
Constructors
Name | Type | Description |
---|---|---|
LinkPropsDlg() | void | Initializes a new instance of the LinkPropsDlg class. |
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. |