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.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
3
|
|
|
|
|
classmethod CreateProjection(pClassName As %String, ByRef parameters As %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 %String, ByRef parameters As %String, recompile As %Boolean)
as %Status
This is called when a component class is removed.