Share via


BudgetControlCheckRequestCollection.unpack Method [AX 2012]

Deserializes the _packedBudgetCheckRequests parameter value to an instance of the BudgetControlCheckRequestCollection class.

Syntax

public boolean unpack(container _packedBudgetCheckRequests)

Run On

Called

Parameters

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

Return Value

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

See Also

BudgetControlCheckRequestCollection Class

Pack-Unpack Design Pattern