Skip to main content

%XGEN.Projection

class %XGEN.Projection extends %Projection.AbstractProjection

Internal.
Projection class used by %XGEN.AbstractElement classes.
This is used to clean up the Studio Assist schema generated for XGEN classes.

Method Inventory

Methods

classmethod CreateProjection(pClassName As %Library.String, ByRef parameters As %Library.String, modified As %Library.String, qstruct As %Library.String) as %Status
This is called when a component class is compiled.
classmethod PurgeSASchema(pClassName As %String)
Delete the StudioAssist schema information related to this document.
classmethod RemoveProjection(pClassName As %Library.String, ByRef parameters As %Library.String, recompile As %Library.Boolean, modified As %Library.String, qstruct As %Library.String) as %Status
This is called when a component class is removed.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab