Skip to main content

%DeepSee.Connector.Generator

Class %DeepSee.Connector.Generator Extends %RegisteredObject [ System = 4 ]

This class contains methods used by the DeepSee Connector code generators.
This class should be consider to be INTERNAL to DeepSee; There are no methods intended for public use.

Methods

%GenerateConnector

ClassMethod %GenerateConnector(pConnector As %DeepSee.Connector.connector, pClassName As %String, Output pPropInfo As %List) As %Status [ Internal ]

Does the actual work of generating classes needed to implement the Data Connector. Returns property info via pPropInfo. pPropInfo contains:
Set pPropInfo(p) = $LB(propName,displayName,propType,propIDKEY,sourceProp)