XMLReadBuilder Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| XMLReadBuilder Constructor(String) | Constructor override without a specific Command parameter, which thus defaults to a GetAll() request. Builds a standard GetAll command for the specified object. |
| XMLReadBuilder Constructor(String,Int32) | Constructor override that includes a session ID but without a specific Command parameter. So builds a standard GetAll() request for the specified object. |
| XMLReadBuilder Constructor(String,String) | Constructor override with a specific command parameter, which defaults to a GetSpecific() request if the cmd is not GetAll. |
| XMLReadBuilder Constructor(String,String,Int32) | Constructor override with a session ID and a specific command parameter, which defaults to a GetSpecific() request. |