Map properties of a child object to columns of the table of a parent class

Namespace: NHibernate.Mapping.Attributes
Assembly:   NHibernate.Mapping.Attributes (in NHibernate.Mapping.Attributes)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ComponentAttribute _
	Inherits BaseAttribute
C#
[SerializableAttribute]
public class ComponentAttribute : BaseAttribute
Visual C++
[SerializableAttribute]
public ref class ComponentAttribute : public BaseAttribute

Inheritance Hierarchy

System.Object
  System.Attribute
    NHibernate.Mapping.Attributes.BaseAttribute
      NHibernate.Mapping.Attributes.ComponentAttribute