Entity attribute JSON representation object.
Extends
MetaEntityAttrDTO
Index
Properties
- cptn
- dattr
- defOperator
- desc
- dfmt
- dtype
- edtr
- id
- ied
- ifk
- ipk
- ivis
- kind
- lattr
- ldattr
- lent
- nul
- ops
- sil
- size
- soc
- soe
- sov
- sql
- udata
- uic
- uir
- uis
Properties
cptn
The caption.
● cptn: string
dattr
● dattr?: string
defOperator
The default operator.
● defOperator: string
desc
The description.
● desc?: string
dfmt
Display format
● dfmt?: string
dtype
The data type.
● dtype: DataType
edtr
Value editor id
● edtr?: string
id
The id.
● id: string
ied
Is editable
● ied?: boolean
ifk
Is primary key
● ifk: boolean
ipk
Is primary key
● ipk: boolean
ivis
Is visible
● ivis?: boolean
kind
● kind: EntityAttrKind
lattr
Look Up attribute
● lattr: string
ldattr
● ldattr?: string
lent
● lent?: string
nul
Is nullabel
● nul?: boolean
ops
List of operators.
● ops: string
[]
sil
Show in lookup
● sil?: boolean
size
The size of data.
● size: number
soc
Show On Create
● soc?: boolean
soe
Show On Edit
● soe?: boolean
sov
Show On View
● sov?: boolean
sql
The sql expression
● sql: string
udata
User data
● udata?: string
uic
Use in conditions.
● uic: boolean
uir
Use in result.
● uir: boolean
uis
Use in sorting.
● uis: boolean