EntityColumnValue - класс Члены Смотри также Terrasoft.Core.Entities - пространство имен : EntityColumnValue - класс C#
Glossary Item Box
public class EntityColumnValue
Тип EntityColumnValue предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | EntityColumnValue | Перегружен. |
Имя | Описание | |
---|---|---|
![]() | Column | The schema column that corresponds to the current value of the entity column. |
![]() | IsChanged | Indicates whether the value has been changed. |
![]() | IsLoaded | Determines whether the value is loaded. |
![]() | IsVirtual | Indicates whether the value is virtual and will not be saved in the database. |
![]() | Name | The name of the entity column value. |
![]() | OldValue | The previous value. |
![]() | StreamBytes | The stored value as a System.Byte array for the column of the binary type. |
![]() | UserConnection | User connection. |
![]() | Value | The stored value. |
Имя | Описание | |
---|---|---|
![]() | Clone | Creates a clone of the current value of the entity column. |
![]() | LoadValue | Перегружен. |
![]() | ResetOldValue | The current value of the entity column overwrites the old value. |
![]() | ResetValue | Reverts changes to the previous value of the entity column. |
![]() | Validate | Verifies that the column value is correct. |
System.Object
Terrasoft.Core.Entities.EntityColumnValue