Skip to content

EntityAttrStore class

Represents entity attributes storage associated with a particular entity.

public class Korzh.EasyQuery.EntityAttrStore
: EntityAttrList, IList<EntityAttr>, ICollection<EntityAttr>, IEnumerable<EntityAttr>, IEnumerable, IList, ICollection, IReadOnlyList<EntityAttr>, IReadOnlyCollection<EntityAttr>
TypeNameDescription
voidInsertItem(Int32 index, EntityAttr item)Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
voidOnEntityAttrInsertion(EntityAttr entityAttr, Int32 index)Called when some attribute is inserted to the list.