entitystore-class
public class Korzh.EasyQuery.EntityStore
: MetaEntityStore, IEnumerable<Entity>, IEnumerable
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
EntityStore(Entity parentEntity) | void |
Properties
Name | Type | Description |
---|---|---|
Item | Entity |
Methods
Name | Type | Description |
---|---|---|
Add(Entity item) | void | |
AsEnumerable() | IEnumerable <Entity> | |
FirstOrDefault(Func <Entity, bool > predicate) | Entity | |
GetEnumerator() | IEnumerator <Entity> | |
InsertItem(int index, MetaEntity item) | void | |
SetItem(int index, MetaEntity item) | void | |
Where(Func <Entity, bool > predicate) | IEnumerable <Entity> |