Thanks

On Mar 17, 12:38 am, Jon Kruger <krugs...@gmail.com> wrote:
> FluentConfiguration config = Fluently.Configure( ... stuff in here ...
> );config.ExposeConfiguration(c
> => c.EventListeners.SaveEventListeners =
>    new ISaveOrUpdateEventListener[] {new CustomSaveEventListener() });
>
>
>
> On Mon, Mar 16, 2009 at 7:20 PM, mhnyborg <mhnyb...@gmail.com> wrote:
>
> > I am using the ConnectedTester class from the FNH test project.
>
> > Can anyone tell me how to get access to the NH configuration object.
>
> > This is what I want to do.
>
> > Configuration cfg = new Configuration();
> > cfg.EventListeners.SaveEventListeners =
> >    new ISaveOrUpdateEventListener[] {new CustomSaveEventListener() };- Hide 
> > quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to