Declaration of a System.Type mapped with the <subclass> or <joined-subclass> element.

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

Syntax

C#
[SerializableAttribute]
public class Subclass : PersistentClass
Visual Basic
<SerializableAttribute> _
Public Class Subclass _
	Inherits PersistentClass
Visual C++
[SerializableAttribute]
public ref class Subclass : public PersistentClass

Inheritance Hierarchy

See Also