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

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

Syntax

C#
[SerializableAttribute]
public class RootClass : PersistentClass, ITableOwner
Visual Basic
<SerializableAttribute> _
Public Class RootClass _
	Inherits PersistentClass _
	Implements ITableOwner
Visual C++
[SerializableAttribute]
public ref class RootClass : public PersistentClass, 
	ITableOwner

Inheritance Hierarchy

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

See Also