NumberSeq::create Method [AX 2012]

Creates an instance of the NumberSeq class from a packed copy.

Syntax

client server public static NumberSeq create(container _packedObject)

Run On

Called

Parameters

  • _packedObject
    Type: container
    The packed instance of the NumberSeq class from which to reinitialize.

Return Value

Type: NumberSeq Class
A restored instance of the NumberSeq class.

Remarks

This is part of the SysPackable interface.

See Also

Reference

NumberSeq Class