Share via


BudgetPlanInteractionHelper.unpack Method [AX 2012]

Deserializes the _packedBudgetPlanInteractionHelper parameter value to an instance of the BudgetPlanInteractionHelper class.

Syntax

public boolean unpack(container _packedBudgetPlanInteractionHelper)

Run On

Called

Parameters

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

Return Value

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

See Also

BudgetPlanInteractionHelper Class

Pack-Unpack Design Pattern