Member Junction
    Preparing search index...

    Defines allowed values for entity fields with value lists. Supports dropdowns, validations, and data integrity constraints.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    __mj_CreatedAt: Date = null
    __mj_UpdatedAt: Date = null
    Code: string = null
    Description: string = null
    EntityFieldID: string = null
    ID: string = null

    Primary Key

    Sequence: number = null
    Value: string = null

    Methods

    • Copies initialization data from a plain object to the class instance. Only copies properties that already exist on the class to prevent creating new fields. Special handling for DefaultValue fields to extract actual values from SQL Server syntax.

      Parameters

      • initData: any

        The initialization data object

      Returns void