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
Section titled “Constructors”Name | Type | Description |
---|---|---|
MetaEntityAttrStore(MetaEntity entity) | void | Initializes a new instance of the EntityAttrStore class. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
Model | MetaData | Gets the DataModel object this entity attribute belongs to |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
InsertItem(int index, MetaEntityAttr item) | void | Inserts an element into the System.Collections.ObjectModel.Collection'1 at the specified index. |
OnEntityAttrInsertion(MetaEntityAttr entityAttr, int index) | void | Called when some attribute is inserted to the list. |
ReadFromJsonAsync(JsonReader reader) | Task | |
WriteToJsonAsync(JsonWriter writer, BitOptions options) | Task |