Share via


SysDictClass.isImplementing Method [AX 2012]

Determines whether this class implements the specified interface.

Syntax

public boolean isImplementing(ClassId _interfaceId, [boolean _allLevels])

Run On

Called

Parameters

  • _allLevels
    Type: boolean
    true if all of the super classes of this class are checked in; otherwise, false.

Return Value

Type: boolean
true if this class implements the interface; otherwise, false.

See Also

Reference

SysDictClass Class