What's happening? How is it not working? Are there any errors/exceptions?

On Tue, Jun 30, 2009 at 10:48 AM, Tim <[email protected]> wrote:

>
> Hi,
>
> Can anybody give me an concrete example how to use auto maps entities
> that inherits from a open generic base class like the one below:
>
> public abstract EntityBase<TId>
> {
>    public virtual TId  Id { get; protected set; }
> }
>
> public class Product : EntityBase<int>
> {
>    public virtual string Name { get; set }
> }
>
> I can't get the example in
> http://wiki.fluentnhibernate.org/show/MappingPatternsOpenGenerics
> to work.
>
> Thanks in advance.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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