XMLResultBuilder Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| XMLResultBuilder Constructor(Int32) | Constructor override that includes only a result parameter After calling base class the constructor builds the result including only the result element |
| XMLResultBuilder Constructor(Int32,Int32) | Constructor override that includes a result and an identity parameter After calling base class constructor build the result including only the included parameters |
| XMLResultBuilder Constructor(Int32,String) | Constructor override that includes a result and a mod_id parameter After calling base class constructor build the result including only the included parameters |
| XMLResultBuilder Constructor(Int32,Int32,String) | Constructor that includes a result and an identity and a mod_id parameter After calling base class constructor build the result including only the included parameters |
| XMLResultBuilder Constructor(Int32,String,Int32,String) | Constructor override that includes an error result and the relavent error values After calling base class constructor build the result including only the included parameters |