EntityDlg class
Summary description for ListDlg.
public class Korzh.EasyQuery.WinForms.ModelEditor.EntityDlg : 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 |
---|---|---|
EntityDlg() | void | Initializes a new instance of the DbItemsListDlg class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
SelectedObject | object | Gets the selected object (entity or attribute) |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
Dispose(bool disposing) | void | Clean up any resources being used. |
ShowModal(DataModel model, object selectedObj) | bool | Shows the entity dilaog in modal mode. |
ShowModal(DataModel model, EntityDlgType dlgType, object selectedObj, string dlgTitle, Params dlgParams) | bool | Shows the entity dilaog in modal mode. |