Share via


AifClassGeneratorBase.methodExists Method [AX 2012]

Determines whether the specified method already exists.

Syntax

protected boolean methodExists(str _methodName)

Run On

Called

Parameters

  • _methodName
    Type: str
    The name of the method.

Return Value

Type: boolean
true if the method exists; otherwise, false.

See Also

Reference

AifClassGeneratorBase Class