aBox - v1.0.0
    Preparing search index...

    Type profile

    Tabela para gerir tipos de perfis

    Hierarchy (View Summary)

    Index

    Properties

    deleted?: boolean
    restored?: boolean
    sw008s01: number

    Type profile ID

    sw008s02: Date

    Date created

    sw008s03: Date

    Date updated

    sw008s04: null | Date

    Date deleted

    sw008s05: null | sw001

    Created By

    Field relation sw001.sw001s01

    sw008s06: null | sw001

    Updated By

    Field relation sw001.sw001s01

    sw008s07: null | sw001

    Deleted By

    Field relation sw001.sw001s01

    sw008s08: string

    Description

    sw008s09: YesNoType

    Active

    YesNoType.YES

    sw008s10: string

    Tag

    sw008s11: YesNoType

    Hidden

    YesNoType.NO

    sw008s12: string

    Abbreviation

    sw008s13: string

    UUID

    translations?: Translation<sw008t>[]

    Abbreviation

    Field relation sw008t.source

    updated?: boolean
    version: number
    translatableFields: Set<string> = ...

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

    Accessors

    • get description(): string

      Returns string

    • set description(value: string): void

      Parameters

      • value: string

      Returns void

    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