AxInternalBase.end Method [AX 2012]

Throws an error if an inventDim section was missing in an XML string.

Syntax

public void end()

Run On

Called

Remarks

The end method is used for processing incoming documents and is run before popping an AxBC object off the stack. The method is needed because AxBC classes have AxInventDim as a child. Therefore it must throw an error if no inventory dimension section has been encountered in the XML.

The method is intended for internal use only and should not be called through the interface.

See Also

Reference

AxInternalBase Class