Skip to content

MetaEntityAttrStore class

Represents entity attributes storage associated with a particular entity.

public class EasyData.MetaEntityAttrStore
: MetaEntityAttrList

Package: EasyData.Core (targets: netstandard2.0)

Assembly: EasyData.Core.dll

Constructors

NameTypeDescription
MetaEntityAttrStore(MetaEntity entity)voidInitializes a new instance of the EntityAttrStore class.

Properties

NameTypeDescription
ModelMetaDataGets the DataModel object this entity attribute belongs to

Methods

NameTypeDescription
InsertItem(int index, MetaEntityAttr item)voidInserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index.
OnEntityAttrInsertion(MetaEntityAttr entityAttr, int index)voidCalled when some attribute is inserted to the list.
ReadFromJsonAsync(JsonReader reader)Task
WriteToJsonAsync(JsonWriter writer, BitOptions options)Task