Index: WSimpl/PM/Maatwerk/MaatwerkService/DotNet/RolNaamValidator/MatValidator.cls.xml =================================================================== diff -u --- WSimpl/PM/Maatwerk/MaatwerkService/DotNet/RolNaamValidator/MatValidator.cls.xml (revision 0) +++ WSimpl/PM/Maatwerk/MaatwerkService/DotNet/RolNaamValidator/MatValidator.cls.xml (revision 64587) @@ -0,0 +1,15 @@ + + + +TECH.RegisteredObject,WSimpl.PM.Maatwerk.MaatwerkService.DotNet.RolNaamValidator.IValidator + + +RolNaam:%String +%Boolean + + + + + + Index: WSimpl/PM/Maatwerk/MaatwerkService/DotNet/RolNaamValidatorFactory.cls.xml =================================================================== diff -u -r63434 -r64587 --- WSimpl/PM/Maatwerk/MaatwerkService/DotNet/RolNaamValidatorFactory.cls.xml (.../RolNaamValidatorFactory.cls.xml) (revision 63434) +++ WSimpl/PM/Maatwerk/MaatwerkService/DotNet/RolNaamValidatorFactory.cls.xml (.../RolNaamValidatorFactory.cls.xml) (revision 64587) @@ -13,6 +13,8 @@ If MaatwerkRol = ##class(DOM.PM.enu.Variant).Merivobox() { Set MaatwerkRolValidator = ##class(WSimpl.PM.Maatwerk.MaatwerkService.DotNet.RolNaamValidator.MvxValidator).%New() + } ElseIf MaatwerkRol = ##class(DOM.PM.enu.Variant).MatStandaard() { + Set MaatwerkRolValidator = ##class(WSimpl.PM.Maatwerk.MaatwerkService.DotNet.RolNaamValidator.MatValidator).%New() } Else { Do ##class(TECH.Exceptions.UnimplementedException).Throw("Validatie van Rolnaam is nog niet ondersteund voor "_MaatwerkRol)