Abstract base class for custom attributes that can generate XML and return it directly. This allows to customize the generate the XML passed to NHibernate in a flexible way.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = true)]
public abstract class RawXmlMappingAttribute : Attribute

Inheritance Hierarchy

System..::Object
  System..::Attribute
    Castle.ActiveRecord..::RawXmlMappingAttribute

See Also