AddSimpleCondition() | void | Adds the Korzh.EasyQuery.Condition. |
ApplyFormats() | void | Applies the formats used in panel to all rows. |
Arrange() | void | Arranges rows in the panel. |
CheckDataModel() | void | Checks the Korzh.EasyQuery.DataModel object. Generates an exception if Korzh.EasyQuery.WinForms.QueryPanel.Model property has null value. |
CheckQuery() | void | Checks the Korzh.EasyQuery.Query object. Generates an exception if Korzh.EasyQuery.WinForms.QueryPanel.Query property has null value. |
CoreAddConditionGroup(Condition parent, int condIndex) | void | Core procedure that adds new Korzh.EasyQuery.WinForms.ConditionGroupRow object. |
CoreAddSimpleCondition(Condition parent, int condIndex, EntityAttr attr) | Condition | Core procedure that adds new Korzh.EasyQuery.WinForms.SimpleConditionRow object. |
CoreAddSimpleConditionThroughUI(string attrId) | void | Processes a click on "addition row". |
CoreEndUpdate() | void | Performs necessary adjustments on update finish. |
CreateAppearance() | XPanel.XViewOptions | Creates the appearance. |
CreateRowList() | XRowList | Creates the row list. |
Dispose(bool disposing) | void | Clean up any resources being used. |
DoAction(object sender, string actionName, object data) | void | Handles Action event. |
DoListRequest(ListXElement element, string listName) | void | Virtual method for filling the list of Korzh.EasyQuery.WinForms.ListXElement. |
DoQueryConditionsChanged(object sender, ConditionsChangeEventArgs e) | void | Handles Query.ConditionsChanged event and refreshes Korzh.EasyQuery.WinForms.QueryPanel object accordingly. |
MoveRowDown(int index) | void | Moves the row to one position down (taking into account the level of other rows). |
MoveRowUp(int index) | void | Moves the row to one position up (taking into account the level of other rows). |
OnCreateControl() | void | Raises the event. |
OnKeyDown(KeyEventArgs e) | void | Raises the key down event. |
OnListRequest(ListRequestEventArgs e) | void | Raises the ListRequest event. |
OnRowAdded(XRow row) | void | Called when new row was added into the panel. |
OnRowListChanged() | void | Called when list of rows was changed. |
OnValueRequest(ValueRequestEventArgs e) | void | Raises the ValueRequest event. |
RecreateRootRow() | void | Creates the root row. |
ScrollAddRowIntoView() | void | Scrolls the "click here to add..." row into view. |
SetRowsWidth(int width) | void | Sets the width of the rows. |
ShiftRowLevel(int rowIndex, bool up) | void | Shifts the row level (taking into account the level of other rows) |
UpdateModelInfo() | void | Updates all information based on data model information (such as list of entities). |