aBox - v1.0.0
    Preparing search index...

    Type of road

    Tabela para gerir tipos de estrada

    Hierarchy (View Summary)

    Index

    Properties

    deleted?: boolean
    restored?: boolean
    sw018s01: number

    Type road ID

    sw018s02: Date

    Date created

    sw018s03: Date

    Date updated

    sw018s04: null | Date

    Date deleted

    sw018s05: null | sw001

    Created By

    Field relation sw001.sw001s01

    sw018s06: null | sw001

    Updated By

    Field relation sw001.sw001s01

    sw018s07: null | sw001

    Deleted By

    Field relation sw001.sw001s01

    sw018s08: string

    Description

    sw018s09: YesNoType

    Active

    Field relation sw018t.source

    YesNoType.YES

    sw018s10: string

    Code

    sw018s11: string

    UUID

    translations?: Translation<sw018t>[]
    updated?: boolean
    version: number
    translatableFields: Set<string> = ...

    Translatable fields in the entity which translations of those exist in translation table

    Methods

    • Translate the entity by replacing fields in entity with their respective fields in TranslatableEntity#translations

      Parameters

      • Optionallocale: string

        Locale to translate to

      • Optionaloptions: ITranslationOptions

        Options to control behavior of translation

      Returns this

      Translated entity

      If entity is not translatable