umco / umbraco-ditto

Ditto - the friendly view-model mapper for Umbraco
http://our.umbraco.org/projects/developer-tools/ditto
MIT License
79 stars 33 forks source link

Make property lookups case insensitive #104

Closed leekelleher closed 9 years ago

leekelleher commented 9 years ago

Adds BindingFlags.IgnoreCase to the type's GetProperty call to make the lookups case insensitive.

Included unit-test to verify this scenario.

Closes #103