Declaration of a System.Type mapped with the <class> element that is the root class of a table-per-sublcass, or table-per-concrete-class inheritance heirarchy.

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

Syntax

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

Type.createClass(
	'NHibernate.Mapping.RootClass',
	NHibernate.Mapping.PersistentClass);

Inheritance Hierarchy

System..::.Object
  NHibernate.Mapping..::.PersistentClass
    NHibernate.Mapping..::.RootClass

See Also