Share via


DirPartyContactInfoFormHandler.unpack Method [AX 2012]

Unpacks the class with the values from the current list.

Syntax

public boolean unpack(container packedClass)

Run On

Called

Parameters

  • packedClass
    Type: container
    A container that has the current list to be unpacked.

Return Value

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

See Also

DirPartyContactInfoFormHandler Class

Pack-Unpack Design Pattern