Represents storage of entities
public class EasyData.MetaEntityStore
: MetaEntityList
Package: EasyData.Core
(targets: netstandard2.0
)
Assembly: EasyData.Core.dll
Constructors
Name | Type | Description |
---|---|---|
MetaEntityStore(MetaEntity parentEntity) | void |
Initializes a new instance of the EntityStore class. |
Properties
Name | Type | Description |
---|---|---|
Model | MetaData | Gets the model. |
Methods
Name | Type | Description |
---|---|---|
InsertItem(int index, MetaEntity item) |
void |
Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index. |
OnEntityInsertion(MetaEntity entity, int index) |
void |
Called on entity's insertion. |
ReadFromJsonAsync(JsonReader reader) |
Task |
Reads the list of entities from JSON (asynchronous way). |
WriteToJsonAsync(JsonWriter writer, BitOptions rwOptions) |
Task |
Writes the list of entities to JSON (asynchronous way). |