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)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Class RootClass _
	Inherits PersistentClass
C#
public class RootClass : PersistentClass
Visual C++
public ref class RootClass : public PersistentClass

Inheritance Hierarchy

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