class %DeepSee.Report.Model.Link
extends Stylable
parameter XMLNAME = "link";
This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
property destination
as %String(MAXLEN="",XMLPROJECTION="ATTRIBUTE");
property internal
as %Boolean(XMLPROJECTION="ATTRIBUTE");
property name
as %String(MAXLEN="",XMLPROJECTION="ATTRIBUTE");
Name of this item.