PCXmlSessionWriterComponent.writeStartIL Method [AX 2012]
Writes the starting XML tags for the component.
protected void writeStartIL(
PCClass _component,
str _assignedComponentID,
PCXmlWriter _componentTreeWriter,
PCRuntimeInstanceIdManager _runtimeInstanceIdManager)
Run On
ServerParameters
- _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: PCXmlWriter Class
The XML writer used to store the tree of components.
- _runtimeInstanceIdManager
- Type: PCRuntimeInstanceIdManager Class
A runtime instance ID manager.
Community Additions
ADD
Show: