%Studio.WatchPoint
Class %Studio.WatchPoint Extends (%Persistent, %XML.Adaptor) [ System = 3 ]
Represents a specific watchpoint for a Studio Project.
Properties
Project
Relationship Project As Project [ Cardinality = parent, Inverse = WatchPoints ];
Condition
Property Condition As %String(MAXLEN = 256, XMLPROJECTION = "attribute");
Variable
Property Variable As %String(MAXLEN = 64, XMLPROJECTION = "attribute");