persistent class %BI.ClsComFld
extends %Persistent
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
7
|
|
|
|
|
|
property ActualField
as %String(MAXLEN=10000,TRUNCATE=1);
property DocId
as %String(TRUNCATE=1);
property FieldName
as %String(MAXLEN=10000,TRUNCATE=1);
property Remark
as %String(MAXLEN=10000,TRUNCATE=1);
property Roles
as %String(MAXLEN=10000,TRUNCATE=1);
property Tooltip
as %String(MAXLEN=10000,TRUNCATE=1);
property Type
as %String(TRUNCATE=1);