PCLanguageService::newLanguageService Method [AX 2012]
Initializes the language service.
client public static PCLanguageService newLanguageService(
PCExpressionEditorSymbolTmp _symbols,
str _modelXml,
str _componentContextXPath)
Run On
ClientParameters
- _symbols
- Type: PCExpressionEditorSymbolTmp Table
The temporary table which will list the valid symbols in a given context.
- _modelXml
- Type: str
The model as xml.
- _componentContextXPath
- Type: str
The component context as an XPath.
Show: