PCLanguageService::newLanguageService Method [AX 2012]

Initializes the language service.

client public static PCLanguageService newLanguageService(
    PCExpressionEditorSymbolTmp _symbols, 
    str _modelXml, 
    str _componentContextXPath)

Run On

Client

Parameters

_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.

Return Value

Type: PCLanguageService Class
A new instance of the PCLanguageService class.
Show: