Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%ZHSLIB.PackageManager.Developer.ClassUtils

class %ZHSLIB.PackageManager.Developer.ClassUtils

Method Inventory

Methods

classmethod OverrideAbstractMembers(pClassName As %String, pDefaultToSuper As %Boolean = 1) as %Status
Overrides all abstract methods, properties, of pClassName's parents (removing the [ Abstract ] flag) and saves the class definition. If pDefaultToSuper is 1, defaults method implementations to call ##super() (either do or quit depending on the return type). If the parent class method is unimplemented, this won't be done.
FeedbackOpens in a new tab