on 2024 Nov 24 10:18 AM
Hello great people ,
we have Odata project that already has existing implementation .
for naming convention purposes we have to rename the classes DPC/MPC etc .
is this possible or we have to copy the whole SEGW project and give new name at first runtime artifact creation ?
Request clarification before answering.
This is not possible. The classes are generated by SEGW. During generation other runtime relevant artifacts like the sevice itself, service group, model etc. (IWSV, IWSG, IWOM,...) are generated as well and those classes are registered there as the service implementation.
Renaming the classes would lead to a failing service. Additionally, every time you change something in the SEGW project, the DPC Classes will be regenerated and potential changes overwritten. Thus, never change the DPC classes and only add additional logic in the DPC_EXT classes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.