Skip to content

SimpleConditionRow class

Represents simple condition in WHERE section in SQL statement (e.g. WHERE City=‘London’)

public class Korzh.EasyQuery.Wpf.SimpleConditionRow
: XRow

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

Assembly: Korzh.EasyQuery.WPF.dll

NameTypeDescription
SimpleConditionRow(int level, Condition condition, QueryPanel panel)voidInitializes a new instance of the Korzh.EasyQuery.Wpf.SimpleConditionRow class.
NameTypeDescription
ConditionConditionGets or sets the condition.
ConditionBackgroundBrushGets or sets the condition.
EditModeEditModeKindGets or sets the edit mode.
NameTypeDescription
ValueRequestValueRequestEventHandlerOccurs when condition with custom editor is edited
NameTypeDescription
CreateElementByXmlNode(XmlNode node)XElementCreates the element by XML node.
CreateElementByXmlText(string xml)XElementCreates the element by XML text.
GetAttributeCaption(EntityAttr attr)string
NameTypeDescription
ConditionBackgroundPropertyDependencyProperty
ConditionPropertyDependencyPropertyIdentifies the Korzh.EasyQuery.Wpf.SimpleConditionRow.Condition dependency property
ValueRequestEventRoutedEventIdentifies the Korzh.EasyQuery.Wpf.SimpleConditionRow.ValueRequest routed event