Skip to content

DbItemsDlg.Params class

Represents different parameters and returned values of Korzh.EasyQuery.WinForms.ModelEditor.DbItemsDlg dialog

public class Korzh.EasyQuery.WinForms.ModelEditor.DbItemsDlg.Params

Package: Korzh.EasyQuery.WinForms.ModelEditor (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.ModelEditor.dll

NameTypeDescription
Params()void
NameTypeDescription
HideOptionsboolIndicates whether the options should be visible or hidden
MultiSelectboolIf ture - we can select several items at once.
Option1boolGets or set the value of option 1. This field can contain different type of options depending on the type of the dialog For exampe if the type is ModelTables then Option1 represents “Automatically add entities” selector;
Option2boolGets or set the value of option 2. This field can contain different type of options depending on the type of the dialog
ResultGroupobjectGets the selected group (table or database).
ResultListList<object>Gets the result list of selected items.
ResultObjectobjectGets the selected object (in case we need only one selected item).