Share via


BudgetControlGeneralJournalEntry.unpack Method [AX 2012]

Deserializes the _packedBudgetControlGeneralJournalEntry parameter value to the current instance of the BudgetControlGeneralJournalEntry class.

Syntax

public boolean unpack(container _packedBudgetControlGeneralJournalEntry)

Run On

Called

Parameters

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

Return Value

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

See Also

BudgetControlGeneralJournalEntry Class

Pack-Unpack Design Pattern