The descendant of Korzh.EasyQuery.WinForms.ConditionRow class. Represents a Korzh.EasyQuery.WinForms.SimpleConditionRow object.
public class Korzh.EasyQuery.WinForms.SimpleConditionRow
: ConditionRow
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Constructors
Name | Type | Description |
---|---|---|
SimpleConditionRow(QueryPanel qpanel, Condition condition) | void |
Initializes a new instance of the |
Methods
Name | Type | Description |
---|---|---|
ApplyElementFormats(XElement element) | void |
Applies formats for one element. |
CoreApplyFormats() | void |
Applies the formats used in parent object. This method is called when row is added into Korzh.EasyQuery.WinForms.XPanel |
CoreElementAltMenuClick(XElement sender, ValueItem item) | void |
This method is called when Korzh.EasyQuery.WinForms.XElement.AltClick event is raised in some element of the current row. |
CoreRefreshByCondition() | void |
This method is called when connected condition is changed and we need to refresh the row accordingly. |
ElementContentChanged(XElement element, bool valueChanged, bool textChanged) |
void |
This method is called when the content of some element has been changed |
ElementTextAdjusting(XElement element, string newValue, string text) |
string |
This method is called when we need to adjust element's text according to its value |
FillButtonMenu() | void |
Fills the button menu. |
FillElementAltMenu(LabelXElement element, EqExpression expr) | void |
Fills the alternative menu for some element. |
GetAttributeCaption(EntityAttr attr) | string |
Gets the text for an attribute. |