Skip to main content

simpleconditionrow-class

The descendant of Korzh.EasyQuery.WinForms.ConditionRow class. Represents a Korzh.EasyQuery.WinForms.SimpleConditionRow object.

public class Korzh.EasyQuery.WinForms.SimpleConditionRow
: ConditionRow

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
SimpleConditionRow(QueryPanel qpanel, Condition condition)voidInitializes a new instance of the class.

Methods

NameTypeDescription
ApplyElementFormats(XElement element)voidApplies formats for one element.
CoreApplyFormats()voidApplies the formats used in parent object. This method is called when row is added into Korzh.EasyQuery.WinForms.XPanel
CoreElementAltMenuClick(XElement sender, ValueItem item)voidThis method is called when Korzh.EasyQuery.WinForms.XElement.AltClick event is raised in some element of the current row.
CoreRefreshByCondition()voidThis method is called when connected condition is changed and we need to refresh the row accordingly.
ElementContentChanged(XElement element, bool valueChanged, bool textChanged)voidThis method is called when the content of some element has been changed
ElementTextAdjusting(XElement element, string newValue, string text)stringThis method is called when we need to adjust element's text according to its value
FillButtonMenu()voidFills the button menu.
FillElementAltMenu(LabelXElement element, EqExpression expr)voidFills the alternative menu for some element.
GetAttributeCaption(EntityAttr attr)stringGets the text for an attribute.