PurchLineWritePreSuperOutputContract::create Method [AX 2012]

Creates an instance of the PurchLineWritePreSuperOutputContract class based on a container from a prior call to PurchLineWritePreSuperOutputContract.pack method.

client server public static PurchLineWritePreSuperOutputContract create(container _packedClass)

Run On

Called

Parameters

_packedClass
Type: container
A Container holding the packed class.

Return Value

Type: PurchLineWritePreSuperOutputContract Class
An instance of the PurchLineWritePreSuperOutputContract class identical to the one that was packed into the container.
Show: