I am not sure how to use Application Setting with user types of users.
For example, in a time tracking system, I would like to have an application setup (with an application area) that indicates how many hours a day an employee should take into account. There is a custom TimeQuantity type with some factory methods and a constructor with a TimeQuantity signature (double, TimeSliceUnit), where the unit is just an enumeration.
I can force the parameter constructor to recognize the type of TimeQuantity, but I donβt understand how to specify the setting value (here is 8d hours).
Should I create any settings provider? Build an object outside the designer? Turn over my own settings infrastructure?
Cheers
Berryl
source share