Share via


RunBaseBatchPrintableDialog.pack Method [AX 2012]

Serializes the current instance of the RunBaseBatchPrintableDialog class.

Syntax

public container pack()

Run On

Client

Return Value

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

Remarks

This method is required by the RunBase Class framework. However, because there is nothing to pack, it returns an empty container.

See Also

RunBaseBatchPrintableDialog Class

SysPackable.pack Method

RunBase.unpack Method

Tutorial_RunbaseBatch Class

Pack-Unpack Design Pattern