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
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
SimpleConditionRow(int level, Condition condition, QueryPanel panel) | void | Initializes a new instance of the Korzh.EasyQuery.Wpf.SimpleConditionRow class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
Condition | Condition | Gets or sets the condition. |
ConditionBackground | Brush | Gets or sets the condition. |
EditMode | EditModeKind | Gets or sets the edit mode. |
Events
Section titled “Events”Name | Type | Description |
---|---|---|
ValueRequest | ValueRequestEventHandler | Occurs when condition with custom editor is edited |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
CreateElementByXmlNode(XmlNode node) | XElement | Creates the element by XML node. |
CreateElementByXmlText(string xml) | XElement | Creates the element by XML text. |
GetAttributeCaption(EntityAttr attr) | string |
Static Fields
Section titled “Static Fields”Name | Type | Description |
---|---|---|
ConditionBackgroundProperty | DependencyProperty | |
ConditionProperty | DependencyProperty | Identifies the Korzh.EasyQuery.Wpf.SimpleConditionRow.Condition dependency property |
ValueRequestEvent | RoutedEvent | Identifies the Korzh.EasyQuery.Wpf.SimpleConditionRow.ValueRequest routed event |