The mapping for a component, composite element, composite identifier, etc.

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class Component : SimpleValue, IMetaAttributable
Visual Basic
<SerializableAttribute> _
Public Class Component _
	Inherits SimpleValue _
	Implements IMetaAttributable
Visual C++
[SerializableAttribute]
public ref class Component : public SimpleValue, 
	IMetaAttributable

Inheritance Hierarchy

System..::..Object
  NHibernate.Mapping..::..SimpleValue
    NHibernate.Mapping..::..Component

See Also