PCXmlSessionWriterComponent.writeStart Method [AX 2012]

Writes the starting XML tags for the component.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          protected void writeStart(
            PCClass _component, 
            str _assignedComponentID, 
            XmlWriter _componentTreeWriter, 
            PCRuntimeInstanceIdManager _runtimeInstanceIdManager)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void writeStart(
            PCClass _component, 
            str _assignedComponentID, 
            XmlWriter _componentTreeWriter, 
            PCRuntimeInstanceIdManager _runtimeInstanceIdManager)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void writeStart(
            PCClass _component, 
            str _assignedComponentID, 
            XmlWriter _componentTreeWriter)

  Microsoft Dynamics AX 2012 (FPK)
          protected void writeStart(
            PCClass _component, 
            str _assignedComponentID, 
            XmlWriter _componentTreeWriter)

  Microsoft Dynamics AX 2012 (SYS)
          protected void writeStart(
            PCClass _component, 
            str _assignedComponentID, 
            XmlWriter _componentTreeWriter)

Run On

Server

Parameters

_component
Type: PCClass Table
The component record for which to generate the XML.
_assignedComponentID
Type: str
The name assigned to the component in the generated XML.
_componentTreeWriter
Type: XmlWriter Class
The XML writer used to store the tree of components.
_runtimeInstanceIdManager
Type: PCRuntimeInstanceIdManager Class
A runtime instance ID manager.

Obsolete: Use the IL equivalent method.

Community Additions

ADD
Show: