Gets the number of subclasses that inherit either directly or indirectly.
Namespace:
NHibernate.MappingAssembly: 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(); |