QueryPanel.ParamRow class
Represents a row that correspond to some parameter (Korzh.EasyQuery.QueryParam object).
public class Korzh.EasyQuery.WinForms.QueryPanel.ParamRow : ConditionRowPackage: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| ParamRow(QueryPanel parentPanel, QueryParam param) | void | Initializes a new instance of the Korzh.EasyQuery.WinForms.QueryPanel.ParamRow class. |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Param | QueryParam | Gets the Korzh.EasyQuery.QueryParam object. |
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
| CoreApplyFormats() | void | Applies the formats used in parent object. |
| CoreRefreshByCondition() | void | This method is called when connected condition is changed and we need to refresh the row accordingly. |
| CreateValueElement() | XElement | Creates the value element. |
ElementContentChanged(XElement element, bool valueChanged, bool textChanged) | void | Elements the content changed. |