Gets an ICollection of Subclass objects that directly inherit from this PersistentClass.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property DirectSubclasses As ICollection
C#
public virtual ICollection DirectSubclasses { get; }
Visual C++
public:
virtual property ICollection^ DirectSubclasses {
	ICollection^ get ();
}
JavaScript
function get_directSubclasses();

Field Value

An ICollection of Subclass objects that directly inherit from this PersistentClass.

See Also