ValueEditorList class
Represents list of value editors
public class EasyData.ValueEditorList : Collection<ValueEditor>
Package: EasyData.Core
(targets: netstandard2.0
)
Assembly: EasyData.Core.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
ValueEditorList() | void |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
Add(ValueEditor editor) | void | |
ClearItems() | void | |
FindById(string editorId) | ValueEditor | Finds the valueeditor by ID. |
IndexById(string editorId) | int | Find valueeditor index by ID. |
InsertItem(int index, ValueEditor item) | void | |
ReadFromJsonAsync(JsonReader reader) | Task | Reads the list of value editors from JSON (asynchronous way). |
RemoveItem(int index) | void | |
WriteToJsonAsync(JsonWriter writer, BitOptions rwOptions, bool includeDefaults = False) | Task | Writes the list of the value editors to JSON (asynchronous way). |