TaxReport_ES.unpack Method [AX 2012]
Deserializes the _packedClass parameter value to an instance of the TaxReport_ES class.
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
CalledParameters
- _packedClass
- Type: container
The container from which to deserialize the instance.
Community Additions
ADD
Show:
Note