Custom classes

If i wanna add new classes from Visual Studio to handle DTO objects or another objects no database related or pre-generated for inferring DB with radzen.

If i do from VS, Do I have to do something in the class or indicate additional attribute for radzen recognize it ?

We add them to a separate class library using vs.

1 Like

Thks @mumfie and Any problem with radzen adding that class? Can you use in radzen events?

No problems AFAIK. The example above is a custom partial service class however you might need to use DI to access configuration etc. The forum has examples using DI.

1 Like