As Andrew said, the PersistenceModel has a WriteMappingsTo(string folder)method.

On Thu, Jan 8, 2009 at 4:03 PM, Mart Leet <mal...@gmail.com> wrote:

> To see my xml in testexplorer i created 
> this:Console.Write(XElement.Parse(CreateMapping(new
> MappingVisitor()).FirstChild.NextSibling.InnerXml,
> LoadOptions.PreserveWhitespace).ToString());
>
> Not much, but readable...
>
> On Thu, Jan 8, 2009 at 5:57 PM, Troy Goode <troygo...@gmail.com> wrote:
>
>>
>> I know from my recent foray into automapping that I can see what the
>> XML produced by the automapper is using:
>>
>> automapper.WriteMappingsTo("folderpath");
>>
>> What is the easiest way to accomplish the same thing (see the
>> generated XML) when using ClassMap<T>?
>>
>>
>
> >
>

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