c# class configuration properties.
am 04.04.2008 21:39:00 von EricI am trying to find the best approach to handle class configurations. I have
an application that handles plugins and need to determine if the plugins
supports certian functionality. I have about 20 configuration settings now
with unknown growth.
I know I can create an interface that inforces all of these flags, but I was
thinkning there may be a better way.
Any Ideas???
Thank You
Eric Brasher