MetaEntityAttrDTO interface
Entity attribute JSON representation object.
- cptn
- dattr
- desc
- dfmt
- dtype
- edtr
- id
- ied
- ifk
- ipk
- ivis
- kind
- lattr
- ldattr
- lent
- nul
- sil
- size
- soc
- soe
- sov
- udata
Properties
Section titled “Properties”The caption.
● cptn: string
● dattr?: string
The description.
● desc?: string
Display format
● dfmt?: string
The data type.
● dtype: DataType
Value editor id
● edtr?: string
The id.
● id: string
Is editable
● ied?: boolean
Is primary key
● ifk: boolean
Is primary key
● ipk: boolean
Is visible
● ivis?: boolean
● kind: EntityAttrKind
Look Up attribute
● lattr: string
ldattr
Section titled “ldattr”● ldattr?: string
● lent?: string
Is nullabel
● nul?: boolean
Show in lookup
● sil?: boolean
The size of data.
● size: number
Show On Create
● soc?: boolean
Show On Edit
● soe?: boolean
Show On View
● sov?: boolean
User data
● udata?: string