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
Name | Type | Description |
---|---|---|
MetaEntityAttrStore(MetaEntity entity) | void |
Initializes a new instance of the EntityAttrStore class. |
Properties
Name | Type | Description |
---|---|---|
Model | MetaData | Gets the DataModel object this entity attribute belongs to |
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 |