persistent class %BI.Category
extends %Persistent
property CategoryName
as %String(COLLATION="EXACT",MAXLEN=200,TRUNCATE=1);
property Class
as %String(COLLATION="EXACT",MAXLEN=200,TRUNCATE=1);
property DimIcon
as %String(TRUNCATE=1);
property Type
as %String(COLLATION="Exact",TRUNCATE=1);
index (Cat on Class,CategoryName) [Unique];