Share via


JmgCleanupTermReg.pack Method [AX 2012]

Serializes the current instance of the JmgCleanupTermReg class.

Syntax

public container pack()

Run On

Called

Return Value

Type: container
A container that contains the current instance of the JmgCleanupTermReg class.

Remarks

When RunBase.isSwappingPrompt Method returns true you might have to pack some prompt-related variables also.

Examples

abstract public container pack() 
{ 
    return [#CurrentVersion,#CurrentList]; 
} 

See Also

JmgCleanupTermReg Class

Pack-Unpack Design Pattern