EntityAttrStore class
public class Korzh.EasyQuery.EntityAttrStore : MetaEntityAttrStore, IEnumerable<EntityAttr>, IEnumerablePackage: Korzh.EasyQuery (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| EntityAttrStore(Entity parentEntity) | void |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Item | EntityAttr |
Methods
Section titled “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> |