aBox - v1.0.0
    Preparing search index...

    Types User - History

    Tabela histórico para gerir os tipos de utilizadores

    Hierarchy (View Summary)

    Implements

    Index

    Properties

    deleted?: boolean
    restored?: boolean
    revisionHistory: any
    revisionTime: Date
    revisionType: RevisionActionType
    sw126s01: number

    Types User ID

    sw126s01_id: number
    sw126s02: Date

    Date created

    sw126s03: Date

    Date updated

    sw126s04: null | Date

    Date deleted

    sw126s05: null | sw001

    Created By

    Field relation sw001.sw001s01

    sw126s06: null | sw001

    Updated By

    Field relation sw001.sw001s01

    sw126s07: null | sw001

    Deleted By

    Field relation sw001.sw001s01

    sw126s08: string

    Description

    sw126s09: YesNoType

    Active

    YesNoType.YES

    sw126s10: null | string

    Tag

    Field relation sw126t.source

    sw126s11: string

    UUID

    sw126s12: YesNoType

    System Record

    YesNoType.NO

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