Skip to content

QueryPanel.ParamRow class

Represents a row that correspond to some parameter (Korzh.EasyQuery.QueryParam object).

public class Korzh.EasyQuery.WinForms.QueryPanel.ParamRow
: ConditionRow

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

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
ParamRow(QueryPanel parentPanel, QueryParam param)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.QueryPanel.ParamRow class.

Properties

NameTypeDescription
ParamQueryParamGets the Korzh.EasyQuery.QueryParam object.

Methods

NameTypeDescription
CoreApplyFormats()voidApplies the formats used in parent object.
CoreRefreshByCondition()voidThis method is called when connected condition is changed and we need to refresh the row accordingly.
CreateValueElement()XElementCreates the value element.
ElementContentChanged(XElement element, bool valueChanged, bool textChanged)voidElements the content changed.