Share via


WMSLocationWizardTableCtrl_Aisle.unpack Method [AX 2012]

Deserializes the values parameter value to an instance of the WMSLocationWizardTableCtrl_Aisle class.

Syntax

public boolean unpack(container values)

Run On

Called

Parameters

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

Return Value

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

See Also

WMSLocationWizardTableCtrl_Aisle Class

Pack-Unpack Design Pattern