Share via


TaxReport_ES.unpack Method [AX 2012]

Deserializes the _packedClass parameter value to an instance of the TaxReport_ES class.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public boolean unpack(container _packedClass)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean unpack(container _packedClass)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean unpack(container packedClass)

  Microsoft Dynamics AX 2012 (FPK)
          public boolean unpack(container packedClass)

  Microsoft Dynamics AX 2012 (SYS)
          public boolean unpack(container packedClass)

Run On

Called

Parameters

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

Return Value

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

See Also

TaxReport_ES Class

Pack-Unpack Design Pattern