Skip to main content

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

NameTypeDescription
LinkPropsDlg()voidInitializes a new instance of the LinkPropsDlg class.

Methods

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.