Added RawXmlMappingAttribute base class, which can be used to give Active Record...
commit74f9506ff8ba6269bcb28540d0222bc068725161
authorayende <ayende@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Fri, 9 Feb 2007 17:13:27 +0000 (9 17:13 +0000)
committerayende <ayende@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Fri, 9 Feb 2007 17:13:27 +0000 (9 17:13 +0000)
treec25dd7cb2b6671f1c48de11e7199e362265b5ac7
parent3b09a9d98b1977aa27a7ecb5c3a90dadb68dda8c
Added RawXmlMappingAttribute base class, which can be used to give Active Record additional mapping from external source.
This functionality was added to support rare cases that Active Record do not support (mapping an entity from a 3rd party assembly, etc).
Prefer to use the standard Active Record features over this.

git-svn-id: https://svn.castleproject.org/svn/castle/trunk@3416 73e77b4c-caa6-f847-a29a-24ab75ae54b6
ActiveRecord/Castle.ActiveRecord.Framework.Internal.Tests/AssemblyAttributes.cs
ActiveRecord/Castle.ActiveRecord.Framework.Internal.Tests/AssemblyXmlGenerationTestCase.cs
ActiveRecord/Castle.ActiveRecord.Framework.Internal.Tests/ImportTestCase.cs
ActiveRecord/Castle.ActiveRecord/Attributes/RawXmlMappingAttribute.cs [new file with mode: 0644]
ActiveRecord/Castle.ActiveRecord/Castle.ActiveRecord-vs2005.csproj
ActiveRecord/Castle.ActiveRecord/Framework/ActiveRecordStarter.cs
ActiveRecord/Castle.ActiveRecord/Framework/Internal/AssemblyXmlGenerator.cs
ActiveRecord/Changes.txt