PCLanguageService.insertSymbol Method [AX 2012]
Inserts a symbol into the temporary symbols table.
private void insertSymbol(
PCExpressionEditorSymbolTmp _editorSymbols,
CLRObject symbol,
int uiOrder)
Run On
ClientParameters
- _editorSymbols
- Type: PCExpressionEditorSymbolTmp Table
The temporary table to insert symbol into.
- symbol
- Type: CLRObject Class
The .Net symbol to insert.
- uiOrder
- Type: int
The order for the symbols used for sorting in the UI.
Community Additions
ADD
Show: