Share via


NumberSeqScope::getParameterTypesForScopeType Method [AX 2012]

Gets a List of NumberSeqParameterType enumeration values that correspond to the specified scope type.

Syntax

client server public static List getParameterTypesForScopeType(Integer _scopeType)

Run On

Called

Parameters

  • _scopeType
    Type: Integer Extended Data Type
    The scope type for which to calculate the NumberSeqParameterType enumeration values.

Return Value

Type: List Class
A list of NumberSeqParameterType enumeration values that correspond to the specified scope type.

Remarks

The inverse of this function is the NumberSeqScope::computeScopeTypeValue method.

See Also

Reference

NumberSeqScope Class