Share via


NumberSeqScope::construct Method [AX 2012]

Initializes a new scope object.

Syntax

client server public static NumberSeqScope construct(container _parameters)

Run On

Called

Parameters

  • _parameters
    Type: container
    A container of containers that has pairs of NumberSeqParameterType enumeration values and a corresponding value.

Return Value

Type: NumberSeqScope Class
An initialized instance of the NumberSeqScope class.

Remarks

This method is only intended for use by the construct and scope methods of the NumberSeqScopeFactory class. Users should use the NumberSeqScopeFactory class to initialize a new instance of the NumberSeqScope class.

See Also

Reference

NumberSeqScope Class