Skip to main content

entityattrstore-class

public class Korzh.EasyQuery.EntityAttrStore
: MetaEntityAttrStore, IEnumerable<EntityAttr>, IEnumerable

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
EntityAttrStore(Entity parentEntity)void

Properties

NameTypeDescription
ItemEntityAttr

Methods

NameTypeDescription
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>