aBox - v1.0.0
    Preparing search index...

    Types Stores

    Tabela para gerir os tipos de lojas

    Hierarchy (View Summary)

    Index

    Properties

    deleted?: boolean
    restored?: boolean
    sw123s01: number

    Types Stores ID

    sw123s02: Date

    Date created

    sw123s03: Date

    Date updated

    sw123s04: null | Date

    Date deleted

    sw123s05: null | sw001

    Created By

    Field relation sw001.sw001s01

    sw123s06: null | sw001

    Updated By

    Field relation sw001.sw001s01

    sw123s07: null | sw001

    Deleted By

    Field relation sw001.sw001s01

    sw123s08: string

    Description

    sw123s09: YesNoType

    Active

    YesNoType.YES

    sw123s10: null | string

    Tag

    Field relation sw123t.source

    sw123s11: string

    UUID

    sw123s12: YesNoType

    System Record

    YesNoType.NO

    translations?: Translation<sw123t>[]
    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