Skip to content

ValueEditorList class

Represents list of value editors

public class Korzh.EasyQuery.ValueEditorList
: Collection<ValueEditor>, IList<ValueEditor>, ICollection<ValueEditor>, IEnumerable<ValueEditor>, IEnumerable, IList, ICollection, IReadOnlyList<ValueEditor>, IReadOnlyCollection<ValueEditor>
TypeNameDescription
ValueEditorFindByID(String editorId)Finds the valueeditor by ID.
Int32IndexByID(String editorId)Find valueeditor index by ID.
StringNormalizeId(String id)
voidReadFromJson(JsonReader reader)Reads the list of value editors from JSON.
TaskReadFromJsonAsync(JsonReader reader)Reads the list of value editors from JSON (asynchronous way).
voidSaveToXmlWriter(XmlWriter writer)Saves to XML writer.
voidWriteToJson(JsonWriter writer, ModelReadWriteOptions rwOptions, Boolean includeDefaults = False)Writes the list of the value editors to JSON.
TaskWriteToJsonAsync(JsonWriter writer, ModelReadWriteOptions rwOptions, Boolean includeDefaults = False)Writes the list of the value editors to JSON (asynchronous way).