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

NameTypeDescription
ParamRow(QueryPanel parentPanel, QueryParam param)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.QueryPanel.ParamRow class.
NameTypeDescription
ParamQueryParamGets the Korzh.EasyQuery.QueryParam object.
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.