Metadata about relationships between entities including display preferences for the UI.
Defines foreign key relationships and how they should be represented in the user interface.
Description: Indicates whether this relationship should be automatically updated by CodeGen. When set to 0, the record will not be modified by CodeGen. Defaults to true.
DisplayLocation:"After Field Tabs" | "Before Field Tabs" = 'After Field Tabs'
DisplayName
DisplayName:string = null
DisplayUserViewID
DisplayUserViewID:string = null
DisplayUserViewName
DisplayUserViewName:string = null
Entity
Entity:string = null
EntityBaseTable
EntityBaseTable:string = null
EntityBaseView
EntityBaseView:string = null
EntityID
EntityID:string = null
EntityKeyField
EntityKeyField:string = null
ID
ID:string = null
Primary Key
IncludeInParentAllQuery
IncludeInParentAllQuery:boolean = null
JoinEntityInverseJoinField
JoinEntityInverseJoinField:string = null
JoinEntityJoinField
JoinEntityJoinField:string = null
JoinView
JoinView:string = null
RelatedEntity
RelatedEntity:string = null
RelatedEntityBaseTable
RelatedEntityBaseTable:string = null
RelatedEntityBaseTableCodeName
RelatedEntityBaseTableCodeName:string = null
RelatedEntityBaseView
RelatedEntityBaseView:string = null
RelatedEntityClassName
RelatedEntityClassName:string = null
RelatedEntityCodeName
RelatedEntityCodeName:string = null
RelatedEntityID
RelatedEntityID:string = null
RelatedEntityJoinField
RelatedEntityJoinField:string = null
Sequence
Sequence:number = null
Type
Type:string = null
__mj_CreatedAt
__mj_CreatedAt:Date = null
__mj_UpdatedAt
__mj_UpdatedAt:Date = null
Methods
ProtectedcopyInitData
copyInitData(initData): void
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.
Metadata about relationships between entities including display preferences for the UI. Defines foreign key relationships and how they should be represented in the user interface.