LedgerDimensionEPController.unpack Method [AX 2012]

Deserializes the pack parameter value to an instance of the LedgerDimensionEPController class.

Syntax

public boolean unpack(container pack)

Run On

Called

Parameters

  • pack
    Type: container
    The container from which to deserialize the instance.

Return Value

Type: boolean
true if deserialization was successful; otherwise, false.

See Also

LedgerDimensionEPController Class

Pack-Unpack Design Pattern