What is the architectural name for the set of data that enables UI choices?
- by Richard Collette
I have separate service methods that fetch business object data and the data for UI selection input such as radio buttons, check-boxes, combo-boxes, etc. I want to name my service methods that fetch the selection data appropriately. I am assuming that Model and ViewModel would not be part of the name because the selection data is but a portion of the Model or ViewModel.
What might this set of data be named such that I can name my service method?