Skip to main content

simpleconditionrow-class

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

public class Korzh.EasyQuery.Wpf.SimpleConditionRow
: XRow

Assembly: Korzh.EasyQuery.WPF.dll

Constructors

NameTypeDescription
SimpleConditionRow(int level, Condition condition, QueryPanel panel)voidInitializes a new instance of the Korzh.EasyQuery.Wpf.SimpleConditionRow class.

Properties

NameTypeDescription
ConditionConditionGets or sets the condition.
ConditionBackgroundBrushGets or sets the condition.
EditModeEditModeKindGets or sets the edit mode.

Events

NameTypeDescription
ValueRequestValueRequestEventHandlerOccurs when condition with custom editor is edited

Methods

NameTypeDescription
CreateElementByXmlNode(XmlNode node)XElementCreates the element by XML node.
CreateElementByXmlText(string xml)XElementCreates the element by XML text.
GetAttributeCaption(EntityAttr attr)string

Static Fields

NameTypeDescription
ConditionBackgroundPropertyDependencyProperty
ConditionPropertyDependencyPropertyIdentifies the Korzh.EasyQuery.Wpf.SimpleConditionRow.Condition dependency property
ValueRequestEventRoutedEventIdentifies the Korzh.EasyQuery.Wpf.SimpleConditionRow.ValueRequest routed event