entelect / ConfigurationAssist

A project to simplify reading app/web config files in .Net
GNU General Public License v2.0
3 stars 0 forks source link

Add an ExtractionFactory #9

Closed JeremyBOB81 closed 8 years ago

JeremyBOB81 commented 8 years ago

Add a extraction factory to simplify the users workflow. The idea is that the user will only need to call ExtractSettings(), this in turn will use a factory to return then execute the appropriate extraction strategy.

We will keep the parameterized version for both backward compatibility and for when the user wants to use their own custom strategy.