Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created June 17, 2016 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/affd19b9292be7b1f3cf2734ee871639 to your computer and use it in GitHub Desktop.
Save justinyoo/affd19b9292be7b1f3cf2734ee871639 to your computer and use it in GitHub Desktop.
Configuration Value Converter for enum and List<T>
<configuration>
<configSections>
<section name="converterSettings" type="..." requirePermission="false" />
</configSections>
...
<converterSettings>
<product status="active" productIds="1,2,3" types="ProductA|ProductC" />
</converterSettings>
...
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment