SysDictClass.methods Method [AX 2012]

Retrieves a set of methods on the class.

Syntax

public Set methods(
   [boolean _includeInstanceMethods, 
    boolean _includeStaticMethods, 
    boolean _includeInheritedMethods, 
    ClassName _lastIncludedClass])

Run On

Called

Parameters

  • _includeInstanceMethods
    Type: boolean
    true to include instance methods; optional.
  • _includeStaticMethods
    Type: boolean
    true to include static methods; optional.
  • _includeInheritedMethods
    Type: boolean
    true to include static methods; optional.
  • _lastIncludedClass
    Type: ClassName Extended Data Type
    The name of the last inherited class from which methods are to be included in the retrieved set; optional.

Return Value

Type: Set Class
Instances of the SysDictMethod class.

Remarks

The retrieved set of methods contains one SysDictMethod instance for each method. The set is not ordered.

See Also

Reference

SysDictClass Class