PCXmlParseComponentAttributes.parse Method [AX 2012]

Parses the session XML for the attributes of a component.

public void parse(
    RecId _componentRecId, 
    XmlReader _xmlReader, 
    PCAdaptorComponent _adaptorComponent, 
    PCComponentInstanceValue _componentInstanceValue)

Run On

Server

Parameters

_componentRecId
Type: RecId Extended Data Type
A component record ID.
_xmlReader
Type: XmlReader Class
An instance of the XmlReader class.
_adaptorComponent
Type: PCAdaptorComponent Class
A component adapter.
_componentInstanceValue
Type: PCComponentInstanceValue Table
A component instance record.

Community Additions

ADD
Show: