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.MappingAssembly: 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 |