public class Korzh.EasyQuery.EntityStore
: MetaEntityStore, IEnumerable<Entity>, IEnumerable
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
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> |