Share via


TaxReportToAscii340.unpack Method [AX 2012]

Deserializes the _packedClass parameter value to an instance of the TaxReportToAscii340 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

Server

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

TaxReportToAscii340 Class

Pack-Unpack Design Pattern