Class ReferenceField

ReferenceField - Represents a reference field.

Hierarchy (view full)

Constructors

  • Parameters

    • id: number

      The id of the reference field.

    • appId: number

      The id of the app the reference field belongs to.

    • name: string

      The name of the reference field.

    • type: FieldType

      The type of the reference field.

    • status: FieldStatus

      The status of the reference field.

    • isRequired: boolean

      Whether the reference field is required.

    • isUnique: boolean

      Whether the reference field is unique.

    • multiplicity: Multiplicity

      The multiplicity of the reference field.

    • referencedAppId: number

      The id of the app the reference field references.

    Returns ReferenceField

    • A new ReferenceField.

Properties

appId: number
id: number
isRequired: boolean
isUnique: boolean
multiplicity: Multiplicity
name: string
referencedAppId: number
status: FieldStatus
type: FieldType