Draft
This is a preliminary version of the VDM documentation.
LocalizedItem
- entity type: NestedEntity
- id:
09b9c78f-8733-4e11-b3b4-b8a26de51913 - code:
LocalizedItem - name: LocalizedItem
- description: valueobject representing sortable localized item
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Code | Text | ✘ | ✘ | ✘ | ✘ | code of localized item (i.e. key for entity lookup) | |
| SequenceNumber | WholeNumber | ✘ | ✔ | ✘ | ✘ | sequence number of localized item (i.e. sorting key) | |
| Name | Text | ✘ | ✘ | ✘ | ✔ | localized name of localized item | |
| Description | MultilineText | ✘ | ✔ | ✘ | ✔ | localized description of localized item (e.g. for tooltip) |
Properties or their values can be marked with:
- 🆕 - signifies about new property or value
- ❗ - signifies that property or its values have been changed during month
- ❌ - signifies that property or its value has been deleted
- if property appears with ❗ and no change is listed, then the changes have been made to values which are not documented here