Share via


SysDictClass.implementedBy Method [AX 2012]

Retrieves the classes that implement this interface.

Syntax

public List implementedBy([boolean _allLevels])

Run On

Called

Parameters

  • _allLevels
    Type: boolean
    true if the method should return both direct and indirect implementations; false if only direct implementations should be returned.

Return Value

Type: List Class
A List object that contains the classId values of those classes that implement this interface.

Remarks

If the _allLevels parameter is set to true, which is the default value, the returned List object will also contain the classId of the interface itself.

See Also

Reference

SysDictClass Class