Gets the number of subclasses that inherit either directly or indirectly.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property SubclassSpan As Integer
C#
public virtual int SubclassSpan { get; }
Visual C++
public:
virtual property int SubclassSpan {
	int get ();
}
JavaScript
function get_subclassSpan();

Field Value

The number of subclasses that inherit from this PersistentClass.

See Also