Share via


AfDataContainer.unpack Method [AX 2012]

Deserializes the specified container to the current data container.

Syntax

public boolean unpack(container _packedDataContainer)

Run On

Called

Parameters

  • _packedDataContainer
    Type: container
    The container from which to deserialize the data container.

Return Value

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

Remarks

If the deserialization was unsuccessful, the data container is not affected.

See Also

AfDataContainer Class

Pack-Unpack Design Pattern