Share via


SysDictTable.methods Method [AX 2012]

Retrieves a set of methods on the table.

Syntax

public Set methods(
   [boolean _includeInstanceMethods, 
    boolean _includeStaticMethods, 
    boolean _includeInheritedMethods, 
    TableName _lastIncludedTable])

Run On

Called

Parameters

  • _includeInstanceMethods
    Type: boolean
    A Boolean value that indicates whether the set should include instance methods; optional.
  • _includeStaticMethods
    Type: boolean
    A Boolean value that indicates whether the set should include static methods; optional.
  • _includeInheritedMethods
    Type: boolean
    A Boolean value that indicates whether the set should include static methods; optional.

Return Value

Type: Set Class
A set of methods.

Remarks

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

See Also

Reference

SysDictTable Class