jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 62 forks source link

Add an enum converter into the data mapper #70

Open jgauffin opened 8 years ago

jgauffin commented 8 years ago
Property(x => x.SomeEnum).EnumAsInteger();

or

Property(x => x.SomeEnum).EnumAsString();