EntityColumnValueCollection - класс Члены Смотри также Terrasoft.Core.Entities - пространство имен : EntityColumnValueCollection - класс C#
Glossary Item Box
public class EntityColumnValueCollection
Тип EntityColumnValueCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | EntityColumnValueCollection | Перегружен. |
Имя | Описание | |
---|---|---|
![]() | Count | Number of items in the collection of values of the entity columns. |
Имя | Описание | |
---|---|---|
![]() | Add | Adds the specified EntityColumnValue instance to the collection. |
![]() | Clear | Removes all items from the current collection. |
![]() | Clone | Creates a clone of the current collection of values of the entity columns. |
![]() | FindByName | In the collection, searches for the value of the entity column with the specified name. If the column value is not found, null is returned. |
![]() | ForceGetByName | Gets the EntityColumnValue instance with the specified name from the collection. If the instance with this name does not exists in the collection, it is created. |
![]() | ForceLoadColumnValue | Перегружен. |
![]() | GetByName | Gets the item with the specified name from the collection of column values. If no such item is found, an exception is thrown. |
![]() | GetEnumerator | Gets the typed enumerator of values of the entity columns. |
System.Object
Terrasoft.Core.Entities.EntityColumnValueCollection