Abstract
Creates a 'Base Column' object.
Indicates the entity to which this column belongs. Object of type 'BaseEntity'.
Unique identifier of the object (GUID). Uniquely identifies the object.
The name of the element, which acts as a unique identifier for the MetaElement.
The generator function of the object. The function used when the object was created.
Defines the value type for the column. This property is used to set the value type for the column.
Indicates the alias for the column. The alias is used as another name for the column.
Indicates the unique key for this column.
Internal value of the column value.
Sets or imports aliases for columns. Aliases are used to transfer data and set low values. Where to use (default = columnName)
Provides a description of the column.
Indicates the name of the column. Same as '_name'.
Sets the default value for the column.
Gets or sets the current value of the column.
Static
Readonly
_NSIndicates the namespace.
Static
Readonly
_PARAMList of parameters used for the constructor.
Static
Readonly
_UNIONList of implemented interfaces.
Abstract
cloneConverts the current column object to a serialized object, which replaces the cyclic reference with the value '$ref'.
Optional
vOpt: numberOptional
owned: object | object[]Serialized object.
const serialized = column.getObject(0);
직렬화된 guid
타입의 객체를 사용하여 현재 컬럼 객체를 설정합니다.
이 과정에서 현재 객체는 초기화됩니다.
직렬화된 guid
타입의 객체입니다.
Optional
origin: object현재 객체를 설정하는 원본 객체입니다. 기본값은 oGuid
입니다.
Set the current column object using the serialized 'guid' type of object. In this process, the current object is initialized.
Optional
origin: object
The 'BaseColumn' class defines the default column for a database or similar data structure. This abstract class provides the ability to manage the names, aliases, defaults, and other properties of a column.