dtretyakov / WindowsAzure

.NET library aimed at managing and querying entities from Windows Azure Storage. It can be used as LINQ to Azure Tables.
MIT License
64 stars 27 forks source link

Mapping for enum property #43

Closed anantakrishna closed 7 years ago

anantakrishna commented 9 years ago

Is it possible to map enum property? Now I'm getting the following error:

Invalid entity member type: 'MyEnumType'.
dtretyakov commented 9 years ago

Hello, we can implement enumeration type members mapping. It would be great if you can send a PR with a broken unit test to demonstrate this case.

gblmarquez commented 7 years ago

Fixed on PR #51