Share via


RunBase.canSwapBetweenCSPrim Method [AX 2012]

Indicates whether it is possible to pack the class, reinstantiate a new class on the client or server, and then unpack the packed class into the new class.

Syntax

private boolean canSwapBetweenCSPrim()

Run On

Called

Return Value

Type: boolean
true if it is possible to pack the class, reinstantiate a new class, and then unpack it on the other side; otherwise, false.

Remarks

This method is called from the RunBase.prompt Method method.

See Also

RunBase Class

RunBase.canSwapBetweenCS Method