Re: Instance vs Static + Option
Brady Kelly <[email protected]> Sat, 17 May 2008 15:42:43 +0200
| Newsgroups | gmane.comp.windows.devel.dotnet.clr |
|---|---|
| Message-ID | <[email protected]> |
> You mean something like ConfigProvider? Does this class provide CRUD > style behaviour onto a "config table", or does it do something very > specific with a config table? I dont know whether Provider is the right > term, but the fact it makes the class feel more dedicated is good. Of > course, it could still be a helper, and thats ok. > > Nick. It provides an application layer maybe one up from CRUD, where it performs sets of CRUD operations on a config table, and other operations, as required for certain tasks. E.g. If I call SetAccountingPackage, it may set fields in the config table to select that accounting package, create an export directory for that accounting package, and set another field in the table to point to that directory. =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com