cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

rename Odata Classes

Ghadeer
Participant
0 Likes
605

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 ? 

Accepted Solutions (0)

Answers (1)

Answers (1)

dominikeiraelias
Product and Topic Expert
Product and Topic Expert
0 Likes

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.