AbstractOptional_descriptorConfig: IStringKeyMap<any>Optionaloptions: Partial<ModelOptions>Дополнительные параметры атрибута
Значение атрибута по умолчанию
Описание атрибута
Отображаемое имя
Является ли атрибут скрытым
Внутреннее имя
ProtectedobservabilityПорядок отображения относительно других атрибутов
Находится ли атрибут в режиме только для чтения
Права пользователя, связанные с данным атрибутом
ProtectedvalidationИмеет ли пользователь права на создание атрибута
Имеет ли пользователь права на редактирование атрибута
Является ли атрибут индексируемым
Имеет ли пользователь права на чтение атрибута
Значение атрибута по умолчанию, используемое при создании дата-атрибута
Категория типов атрибута
Тип атрибута
ProtectedafterThis method is called at the final stage of model initialization
ProtectedbeforeThe method calls before the model initialization begins
Метод, сбрасывающий дополнительные поля атрибута, относящиеся к указанным категориям типов
OptionaltypeCategories: AttributeTypeCategory[]Категории типов
Cloning model data
OptionalincludeSystemProps: booleanphantom, dirty, original values
T
ProtectedcommitProtectedcommitProtectedcommitProtectedcreateCreates model fields
ProtectedcreateProtectedcreateAbstractgetАбстрактный метод, возвращающий список доступных категорий типов для данного атрибута
Метод, возвращающий значение дополнительного параметра атрибута
Имя доп. параметра
Метод, возвращающий десериализованное значение дополнительного параметра атрибута
Имя доп. параметра
Returns a json descriptor for the model field by its name. The Json handle may not exist
returns the main descriptor for the model field by its name. The main descriptor must exist
Returns an array of the main descriptors of the model fields. Can include descriptors for which entities have not been created. The main descriptor must exist
Returns an array of model fields
Returns the hasMany array of the model
Returns the JSON descriptor of the hasMany model. The Json descriptor may NOT exist
Returns the main descriptor of the hasMany model. The main descriptor must exist
Returns an array of hasMany model descriptors. Can include descriptors for which entities have not been created. The main descriptor must exist
Returns the model's hasOne array
Returns the model's has One json descriptor. Json handle may not exist
Returns the main hasone descriptor of the model. The main descriptor must exist
Returns an array of hasone model descriptors. Can include descriptors for which entities have not been created. The main descriptor must exist
Returns an array of original hasOne
This method is called at the validation. If there is logical errors in model, here will be list of them
Returns whether a new record is selected
Returns the primary key value
ProtectedgetReturns a map of model properties based on the passed descriptors. The key is the property name, and the value is the property itself.
ProtectedgetReturns an array of model properties based on the passed descriptors Only certain values are returned.
ProtectedgetReturns the model property (field, has One, has Many) by the main handle
Optionallevel: numberOptionalconfig: EqualConfigReturns a serialized view of the model
Optionalconfig: SerializationConfigМетод, устанавливающий значение дополнительного параметра атрибута
Имя доп. параметра
Sets the phantom attribute cascadingly for the model
Make some of the system properties reactive in the current model
list of system properties
Make some of the system properties reactive cascading throughout the model
list of system properties
Метод, устанавливающий значение дополнительного поля атрибута, относящегося к указанной категории типов
Категория типов
Новое значение
OptionaldisablePropagation: booleanParent cmp notification flag about validation
StaticcompareМетод, сравнивающий значение поля order у атрибутов
Первый атрибут
Второй атрибут
StaticdictionaryМетод, проверяющий, заполнено ли поле dictionaryDataType у указанного атрибута
Optionalmodel: AbstractAttribute<any>Атрибут
StatictypeМетод, проверяющий, заполнено ли поле typeValue у указанного атрибута
Optionalmodel: AbstractAttribute<any>Атрибут
Абстрактная модель мета-атрибута
Public