PCXmlSessionWriterComponent.writeEnd Method [AX 2012]

Writes ending XML tags for the component and finishes the writing of any sub components.

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 writeEnd(
            XmlWriter _componentTreeWriter, 
            PCXmlWriter _subComponentTreeWriter, 
            PCXmlWriter _subComponentTypeWriter)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void writeEnd(
            XmlWriter _componentTreeWriter, 
            XmlWriter _subComponentTreeWriter, 
            XmlWriter _subComponentTypeWriter)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void writeEnd(
            XmlWriter _componentTreeWriter, 
            XmlWriter _subComponentTreeWriter, 
            XmlWriter _subComponentTypeWriter)

  Microsoft Dynamics AX 2012 (FPK)
          protected void writeEnd(
            XmlWriter _componentTreeWriter, 
            XmlWriter _subComponentTreeWriter, 
            XmlWriter _subComponentTypeWriter)

  Microsoft Dynamics AX 2012 (SYS)
          protected void writeEnd(
            XmlWriter _componentTreeWriter, 
            XmlWriter _subComponentTreeWriter, 
            XmlWriter _subComponentTypeWriter)

Run On

Server

Parameters

_componentTreeWriter
Type: XmlWriter Class
A component tree writer.
_subComponentTreeWriter
Type: PCXmlWriter Class
An XML writer that is used to write tree reference for any sub components.
_subComponentTypeWriter
Type: PCXmlWriter Class
An XML writer that is used to write types for any sub components.

Obsolete: Use the IL equivalent method.

Community Additions

ADD
Show: