Skip to content

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

NameTypeDescription
LinkPropsDlg()voidInitializes a new instance of the LinkPropsDlg class.
NameTypeDescription
Dispose(bool disposing)voidClean up any resources being used.
RenderLink()voidRenders all dialog controls by the information from the link object
SaveLink()voidSave the current state of dialog controls into the link object
ShowModal(DbGate dbGate, DbModel model, TableLink link, string dlgTitle)boolShows the dialog in modal mode.