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

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

Syntax

Visual Basic (Declaration)
Public Class Component _
	Inherits SimpleValue
C#
public class Component : SimpleValue
Visual C++
public ref class Component : public SimpleValue
JavaScript
NHibernate.Mapping.Component = function();

Type.createClass(
	'NHibernate.Mapping.Component',
	NHibernate.Mapping.SimpleValue);

Inheritance Hierarchy

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

See Also