Share via


WMSLocationWizardTableCtrl_NormalName.unpack Method [AX 2012]

Deserializes the c parameter value to an instance of the WMSLocationWizardTableCtrl_NormalName class.

Syntax

public boolean unpack(container c)

Run On

Called

Parameters

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

Return Value

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

See Also

WMSLocationWizardTableCtrl_NormalName Class

Pack-Unpack Design Pattern