Model-Code Generator
This tool is located at “cgi_studio_connector/bin/ModelCodeGenerator.exe” and generates a basic Data-Model based on the Courier-XCDL definition. This model is generated in such a way that the Interface-Buffer can easily interact with it.
It has the following arguments:
| Full Name | Short name | Optional | Description |
| -xcdlDefinitionFile |
-xd |
No | File containing XCDL definition |
| -xcdlIncludePaths | -xi | No | XCDL include paths separated by ';' |
| -className | -c | No | Output class and filename of generated files |
| -namespace | -n | Yes | Namespace of generated code |
| -outputPath | -o | Yes | Path for generated output files |
| -includeFiles | -i | No | Include files separated by ';'. Must at least include root XCDL file. |