Index: WSimpl/PM/Maatwerk/MaatwerkService/DotNet/HalffabFromJsonBepaler.cls.xml =================================================================== diff -u -r66883 -r70981 --- WSimpl/PM/Maatwerk/MaatwerkService/DotNet/HalffabFromJsonBepaler.cls.xml (.../HalffabFromJsonBepaler.cls.xml) (revision 66883) +++ WSimpl/PM/Maatwerk/MaatwerkService/DotNet/HalffabFromJsonBepaler.cls.xml (.../HalffabFromJsonBepaler.cls.xml) (revision 70981) @@ -93,6 +93,14 @@ If (##class(TECH.StringUtils).Contains(KlasseNaam, "TBX.Halffab") && (PropertyNaam = "LadeHoogte")) { Set PropertyNaam = "Ladehoogte" } + + If (##class(TECH.StringUtils).Contains(KlasseNaam, "TAOR.HalffabGlijder") && (PropertyNaam = "GeleiderType")) { + Set PropertyNaam = "GlijderType" + } + + If (##class(TECH.StringUtils).Contains(KlasseNaam, "TAOR.HalffabKoppeling") && (PropertyNaam = "GeleiderType")) { + Set PropertyNaam = "GlijderType" + } // Opnieuw controleren of de propertyNaam bestaat. Dit is dus enkel voor de uitzonderlijke properties die niet 1-op-1 overeenkomen met .NET, en waar dus een correctie nodig was. Do ..ValideerPropertyNaam(KlasseNaam, PropertyNaam)