PCXmlSessionWriterComponentAttribute.writeAttributeTypeIL Method [AX 2012]

Generates the XML representation of this record that is compatible with the product configuration.

public void writeAttributeTypeIL(
    EcoResAttributeType _attributeType, 
    PCXmlWriter _attributeTypeWriter, 
    PCXmlWriter _componentTreeWriter, 
    Set _parsedTypes, 
    Map _parsedIntegerDomains, 
    LanguageId _sessionLanguage, 
    boolean _hasBounds)

Run On

Server

Parameters

_attributeType
Type: EcoResAttributeType Table
The attribute type record.
_attributeTypeWriter
Type: PCXmlWriter Class
The XML writer used to store the types of attributes.
_componentTreeWriter
Type: PCXmlWriter Class
The XML writer used to store the tree of components.
_parsedTypes
Type: Set Class
A collection containing the record IDs of the attribute types already parsed.
_parsedIntegerDomains
Type: Map Class
A map containing integer domains that have already been encountered during the XML generation.
_sessionLanguage
Type: LanguageId Extended Data Type
The language ID of the current session.
_hasBounds
Type: boolean
The language ID of the current session.

ExceptionCondition
Error

Throws an error if an integer domain with no ranges specified is encountered.

Community Additions

ADD
Show: