Hi
Vigneshkumar R,
The business logic, or guidelines of my application, is that instead of storing 0,1,2,3 etc in database, we like to operate on strings so that each value is represented by itself. What I mean by that is when I fetch the data over network, I have custom static class ReminderTimeType with string const fields where each value is one on one with original enum type by default. This allow us to easily localize and translate values on user interface. Plus, when looking in raw data in db, the data itself is much more readable.
Is there a way for ReminderTimeMapping to somehow extract provided string value and find corresponding enum value on the other side? This way we can limit font end related classes to UI project library and keep view model domain clean.
All the best, Bane.
Attachment:
data_ss_f9851145.rar