Hi

Sorry to keep pestering the list like this I feel like I'm being a
right pain in the [insert word here].

I wanted to have to AutoMapper map one of my properties which is an
Enum but it seems as
if the AutoMapper just ignores it.

I know there is an example on the wiki 
http://wiki.fluentnhibernate.org/show/AutoMappingTypeConventions
but I just want to store my enum as an Int in the Db and have it as an
enum in my object and not go to the
length of implementing IUserType.

I think I need to add an ITypeConvention to handle my EnumType and add
a custom attribute to describe
the type of my enum?

Am I along the right lines here?

Thanks, Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to