PCLanguageService.convertSymbolType Method [AX 2012]

Convert a .Net symbol type to an x++ enum.

private PCExpressionEditorSymbolType convertSymbolType(CLRObject _symbolType)

Run On

Client

Parameters

_symbolType
Type: CLRObject Class
The .Net symbol type to convert.

Return Value

Type: PCExpressionEditorSymbolType Enumeration
A .Net symbol type as an x++ enum.

ExceptionCondition
Error

Thrown for unknown symbol type.

Community Additions

ADD
Show: