AfDataContainerSerializer Class [AX 2012]
The AfDataContainerSerializer class encapsulates the serialization logic for all types of data containers and data container lists.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the AfDataContainerSerializer class |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::deserializeAxdDataContainer | Deserializes an Axd data container from an XML representation. |
| ::deserializeBudgetAccount | |
| ::deserializeBudgetPlanningAccount | |
| ::deserializeDataContainer | Deserializes a data container from XML representation. |
| ::deserializeDataContainer_local | |
| ::deserializeDefaultAccount | |
| ::deserializeDimensionAttributeSet | |
| ::deserializeDimensionAttributeValues | |
| ::deserializeDimensionAttributeValueSet | |
| ::deserializeDimensionDataContainer | |
| ::deserializeLedgerAccount | |
| ::deserializeMultiTypeAccount | |
| ::deserializeMultiTypeDefaultAccount | |
| ::getAxdXmlSchema | Gets the XML schema for the specified data container descriptor. |
| ::getElement | Extracts an element value from a package container that was created by one of the pack methods. |
| ::getEnumId | Gets the enumeration ID for the specified data item. |
| ::getPackageHeader | Extracts package header elements from a package container that was created by one of the pack methods. |
| ::getXmlRootName | Gets the XML root name for the specified data container type. |
| ::getXmlSchema | Gets the XML schema for the specified data container type. |
| ::getXmlTypeName | |
| ::invalidPackage | Throws an error that indicates that the package is invalid and cannot be unpacked. |
| ::isElementType | Checks the type of an element in a package container that was created by one of the pack methods. |
| ::moveToNextElement | |
| ::normalizeType | |
| ::packArray | Packs the contents of the specified array into an X++ container. |
| ::packContainer | Packs contents of the specified container into an X++ container. |
| ::packDataContainer | Packs the contents of the specified data container into an X++ container. |
| ::packDataContainerList | Packs the contents of the specified data container list into an X++ container. |
| ::serializeAxdDataContainer | Serializes the specified Axd data container into XML. |
| ::serializeBudgetAccount | |
| ::serializeBudgetPlanningAccount | |
| ::serializeDataContainer | Serializes the specified data container into XML. |
| ::serializeDataItems | |
| ::serializeDefaultAccount | |
| ::serializeDimensionAttributeSet | |
| ::serializeDimensionAttributeValues | |
| ::serializeDimensionAttributeValueSet | |
| ::serializeDimensionDataContainer | |
| ::serializeDimensionProperty | |
| ::serializeLedgerAccount | |
| ::serializeMultiTypeAccount | |
| ::serializeMultiTypeDefaultAccount | |
| ::skipEndElement | |
| ::unpackArray | Unpacks an array from an X++ container that was created by the packArray method. |
| ::unpackContainer | Unpacks a container from an X++ container that was created by the packContainer method. |
| ::unpackDataContainer | Unpacks a data container from an X++ container that was created by the packDataContainer method. |
| ::unpackDataContainerList | Unpacks a data container list from an X++ container that was created by the packDataContainerList method. |
| ::unpackPackage | Unpacks a package that was created by one of the pack methods. |
Community Additions
ADD
Show: