What is the architectural name for the set of data that enables UI choices?

Posted by Richard Collette on Programmers See other posts from Programmers or by Richard Collette
Published on 2014-05-27T17:13:06Z Indexed on 2014/05/27 22:10 UTC
Read the original article Hit count: 223

Filed under:
|
|
|
|

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?

© Programmers or respective owner

Related posts about architecture

Related posts about naming