Skip to content

EntityStore class

Represents storage of entities

public class Korzh.EasyQuery.EntityStore
: EntityList, IList<Entity>, ICollection<Entity>, IEnumerable<Entity>, IEnumerable, IList, ICollection, IReadOnlyList<Entity>, IReadOnlyCollection<Entity>
TypeNameDescription
voidInsertItem(Int32 index, Entity item)Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
voidOnEntityInsertion(Entity entity, Int32 index)Called when entity is insertion].