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

Name Type Description
EntityDlg() void Initializes a new instance of the DbItemsListDlg class.

Properties

Name Type Description
SelectedObject object Gets the selected object (entity or attribute)

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.