XMLReadBuilder Constructor
- Last UpdatedMar 17, 2026
- 1 minute read
The XMLReadBuilder class simplifies the building of standard Factelligence XML encoded RETRIEVAL requests It has overloaded constructors to support the GetAll() and GetSpecific() Factelligence functions
| 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. |