Represents list of entities
public class EasyData.MetaEntityList
: Collection<MetaEntity>
Package: EasyData.Core
(targets: netstandard2.0
)
Assembly: EasyData.Core.dll
Constructors
Name | Type | Description |
---|---|---|
MetaEntityList() | void |
Methods
Name | Type | Description |
---|---|---|
Reorder() | void |
Reorders entity attributes by index in increase order. |
SortByName() | void |
Sorts all items in this list by their names. |