void | BeginUpdate() | Turns on the “updating” state. Any changes occured during this state will not initiate Korzh.EasyQuery.ColumnStore.ColumnsChanged event until Korzh.EasyQuery.ColumnStore.EndUpdate is called. |
void | ClearItems() | Removes all elements from the System.Collections.ObjectModel.Collection'1 . |
void | CoreRefreshParams() | Refreshes the list of query parameters by parameters associated with attributes used in query columns . |
void | EndUpdate() | Turns the “updating” state off. |
void | InsertItem(Int32 index, Column item) | Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index. |
Boolean | IsColumnsChangeAccepted(ChangeType what, Column column, Int32 info) | Calls ColumnsChanging event and return boolean value that indicates whether the change is accepted. |
void | LoadFromXmlReader(XmlReader reader) | Loads the column list using System.Xml.XmlReader object. |
void | Move(Int32 index, Int32 newIndex) | Moves the specified index of the current. |
void | OnColumnsChanged(ColumnsChangeEventArgs e) | Raises the ColumnsChanged event. |
void | OnColumnsChanging(ColumnsChangingEventArgs e) | Raises the ColumnsChanging event. |
void | ReadFromJson(JsonReader reader) | Loads the column list using Newtonsoft.Json.JsonReader object. |
Task | ReadFromJsonAsync(JsonReader reader) | Loads the column list using Newtonsoft.Json.JsonReader object (asynchronous way). |
void | RefreshParams() | |
void | RemoveItem(Int32 index) | Removes the element at the specified index of the System.Collections.ObjectModel.Collection'1 . |
void | ResyncSortingList(Boolean changeInnerIndex) | Resynchronizes the sorting list of columns correspondingly to their order. |
void | SaveToXmlWriter(XmlWriter writer, String tagName) | Saves the column list to XML. |
void | UpdateModel() | |
void | WriteToJson(JsonWriter writer) | Saves the column list using Newtonsoft.Json.JsonWriter object. |
Task | WriteToJsonAsync(JsonWriter writer) | Saves the column list using Newtonsoft.Json.JsonWriter object (asynchronous way). |