This documentation is archived and is not being maintained.
MCRPickingWorkBenchBatch::classHasMethod Method [AX 2012]
Determines whethor the passed class has the passed method.
client server public static boolean classHasMethod(str _classname, str _methodName)
Run On
Called
Parameters
-
_classname
- Type: str
The class to search for the passed method.
-
_methodName
- Type: str
The method to search for on the passed class.
Return Value
Type:
boolean
true if the class and method exist; otherwise, false.