NumberSeq::constructOnServerFromPackedClass Method [AX 2012]

Initializes a new instance of the NumberSeq class from the packed version of the class.

Syntax

server public static NumberSeq constructOnServerFromPackedClass(container _packedClass, ClassId _classId)

Run On

Server

Parameters

  • _packedClass
    Type: container
    The class state to unpack.

Return Value

Type: NumberSeq Class
The NumberSeq class that has the state of the packed class.

Exceptions

Exception Condition
Error

Raised when the class ID is not recognized.

Remarks

There are various methods available on this class to reduce RPC class between this class and the caller.

See Also

Reference

NumberSeq Class