NumberSeq::create Method [AX 2012]

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

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.

This is part of the SysPackable interface.

Show: