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
Name | Type | Description |
---|---|---|
SimpleConditionRow(int level, Condition condition, QueryPanel panel) | void | Initializes a new instance of the Korzh.EasyQuery.Wpf.SimpleConditionRow class. |
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
Name | Type | Description |
---|---|---|
ValueRequest | ValueRequestEventHandler | Occurs when condition with custom editor is edited |
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
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 |