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

Hierarchy (view full)

Constructors

Properties

Code: string = null
Description: string = null
EntityFieldID: string = null
ID: string = null

Primary Key

Sequence: number = null
Value: string = null
__mj_CreatedAt: Date = null
__mj_UpdatedAt: Date = 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