DictTable.objectMethodObject Method [AX 2012]
Returns an instance of the MethodInfo class for an object method that is specified by index.
public DictMethod objectMethodObject(int methodNumber, [TableScope tableScope])
Run On
CalledParameters
- methodNumber
- Type: int
The one-based index to the object methods for the table, in AOT order.
- tableScope
- Type: TableScope Enumeration
Return Value
Type: DictMethod ClassAn instance of the MethodInfo class for the object method that is specified by the methodNumber parameter; nullNothingnullptrunita null reference (Nothing in Visual Basic) if the instance could not be created.
Community Additions
ADD
Show: