Defines types of documents that can be generated from entity data. Supports various output formats for entity records.

Hierarchy (view full)

Constructors

Properties

Description: string = null
ID: string = null

Primary Key

Name: 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