MCRCreateContinuityChildrenOrders::classHasMethod Method [AX 2012]

Determines whether or not 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 name of the class to find.
_methodName
Type: str
The name of the method to find on the class.

Return Value

Type: boolean
true if the class has the specified method; otherwise, false.
Show: