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