Vridlo/types/Lorem: Difference between revisions
(Created page with "'''Lorem''' is a structure that represents Lorem model. It is described as: * '''model_id''' is ''natural '''mandatory read-only virtual''''' Internal number identifier of...") |
No edit summary |
||
Line 1: | Line 1: | ||
'''Lorem''' is a structure that represents Lorem model. It is described as: | '''Lorem''' is a structure that represents Lorem model. It is described as: | ||
* '''model_id''' is ''natural '''mandatory read-only | * '''model_id''' is ''natural '''mandatory read-only internal''''' | ||
Internal number identifier of a target model instance, which the lorem belongs to | Internal number identifier of a target model instance, which the lorem belongs to. | ||
* '''model_type''' is ''string '''mandatory read-only | |||
Internal type identified of a target model instance, which the lorem belongs to | * '''model_type''' is ''string '''mandatory read-only internal''''' | ||
Internal type identified of a target model instance, which the lorem belongs to. | |||
* '''text''' is ''string '''mandatory''''' | * '''text''' is ''string '''mandatory''''' | ||
Name scription for the specific ICU Locale. | Name scription for the specific ICU Locale. | ||
* '''icu_locale''' is ''string '''mandatory''''' | * '''icu_locale''' is ''string '''mandatory''''' | ||
The [http://userguide.icu-project.org/locale|ICU Locale] of the name, which it has been written in. Must contain registered list of locales plus some unregistered. | The [http://userguide.icu-project.org/locale|ICU Locale] of the name, which it has been written in. Must contain registered list of locales plus some unregistered. | ||
Combination of '''name''', '''icu_locale''' must be unique for the specific user. | Combination of '''name''', '''icu_locale''' must be unique for the specific user. |
Revision as of 17:25, 12 December 2019
Lorem is a structure that represents Lorem model. It is described as:
- model_id is natural mandatory read-only internal
Internal number identifier of a target model instance, which the lorem belongs to.
- model_type is string mandatory read-only internal
Internal type identified of a target model instance, which the lorem belongs to.
- text is string mandatory
Name scription for the specific ICU Locale.
- icu_locale is string mandatory
The Locale of the name, which it has been written in. Must contain registered list of locales plus some unregistered.
Combination of name, icu_locale must be unique for the specific user.