Share via


AxdBaseRead.getMethodInfoMap Method [AX 2012]

Retrieves a map that contains information about the parm methods of the specified class.

Syntax

protected Map getMethodInfoMap(
    ClassId _classId, 
   [QueryBuildDataSource _qbds, 
    TableId _instanceTableId])

Run On

Server

Parameters

Return Value

Type: Map Class
A map that contains information about parm methods of the specified class.

Remarks

If the map is not in the cache, the method builds the map and caches it.

See Also

Reference

AxdBaseRead Class