Griffin.Framework icon indicating copy to clipboard operation
Griffin.Framework copied to clipboard

Add an enum converter into the data mapper

Open jgauffin opened this issue 8 years ago • 0 comments

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

or

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

jgauffin avatar May 15 '16 08:05 jgauffin