XMLBatchExecBuilder Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see XMLBatchExecBuilder members.
| Name | Description | |
|---|---|---|
![]() | AddAttribute | Adds an attribute to the most recently created element Throws exception if call fails for any reason (Inherited from Fact.Common.XMLBuilder) |
![]() | AddElement | Overloaded. This override adds an element and its text to the LAST added element in the XML doc Throws exception if the call fails eg if the current element does not exist (Inherited from XMLBuilder) |
![]() | AddParam | Overloaded. Function to add a new parameter and its value to the current (ie. most recently added) command in the batch |
![]() | AddRequest | Overloaded. Used to add a new command to the batch of commands This override passes the command as a string to allow for object specific execution commands, although it also supports the standard Add, Update and Delete commands |
![]() | BuildRootNode | Builds the root node of an XML document - this is always the 1st step Throws an exception if the call fails for any reason (Inherited from XMLBuilder) |
![]() | Reset | Replace the current instance of the XMLDocument object with a new fresh one and reset the instance variables for this document (Inherited from XMLBuilder) |
| Name | Description | |
|---|---|---|
![]() | BuildExecCmd | Builds a specific command for a custom function supported by an object Use BuildXMLWriteCmd() to build standard Add, Update or Delete commands Any parameter values must be individually added AFTER calling this method Throws exception if the call fails for any reason (Inherited from Fact.Common.XMLBuilder) |
![]() | BuildWriteCmd | Builds a standard Add, Update or Delete command supported by an object Use BuildXMLExecCmd() to build object specific custom commands Any parameter values must be individually added AFTER calling this method Throws exception if the call fails for any reason (Inherited from XMLBuilder) |

