Share via


SysDictTable.methodsRecursive Method [AX 2012]

Processes the methods recursively.

Syntax

protected Set methodsRecursive(
    boolean _includeInstanceMethods, 
    boolean _includeStaticMethods, 
    boolean _includeInheritedMethods, 
    TableName _lastIncludedTable, 
    Set _overriddenMethods, 
    boolean _includePrivateMethods)

Run On

Called

Parameters

  • _includeInstanceMethods
    Type: boolean
    A Boolean value that indicates whether the instance methods will be checked.
  • _includeStaticMethods
    Type: boolean
    A Boolean value that indicates whether the static methods will be checked.
  • _includeInheritedMethods
    Type: boolean
    A Boolean value that indicates whether the inherited methods will be checked.
  • _overriddenMethods
    Type: Set Class
    The set of overridden methods.
  • _includePrivateMethods
    Type: boolean
    A Boolean value that indicates whether the private methods will be checked.

Return Value

Type: Set Class
The set of resulting methods.

See Also

Reference

SysDictTable Class