Good class name needed for wrapper class that contains initialisation and configuration data for other class [closed]
Basically I'm just looking for a word that means something开发者_如何学编程 like "initialisation and configuration data".
(It should not be "configuration" because that would cause confusion with one of the parts of the whole).
FooInfo
ProcessStartInfo being an example.
How about:
<OtherClass>Setup
Or:
<OtherClass>Settings
精彩评论